Spicy
spicy
toolchain
include
ast
types.h
1
// Copyright (c) 2020-2021 by the Zeek Project. See LICENSE for details.
2
3
#pragma once
4
5
#include <hilti/ast/type.h>
6
7
namespace
spicy::type
{
8
9
// Returns whether the passed type supports parsing literals.
10
bool
supportsLiterals(
const
hilti::Type
& t);
11
12
}
// namespace spicy::type
spicy::type
Definition:
aliases.h:51
hilti::Type
Definition:
type.h:158
Generated by
1.8.13