Struct token¶
Defined in File parser.h
Struct Documentation¶
-
struct
udho::view::parsing::token¶ Public Types
-
enum
type¶ Values:
-
enumerator
op¶
-
enumerator
function¶
-
enumerator
call¶
-
enumerator
comma¶
-
enumerator
parenthesis_open¶
-
enumerator
parenthesis_close¶
-
enumerator
real¶
-
enumerator
id¶
-
enumerator
-
enum
category¶ Values:
-
enumerator
none¶
-
enumerator
arithmetic¶
-
enumerator
logical¶
-
enumerator
junction¶
-
enumerator
-
typedef std::map<std::string, std::size_t>
operator_map_type¶
-
typedef std::map<std::string, int>
function_map_type¶
-
enum