Spicy
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
Definition: aliases.h:51
Definition: type.h:160