|
libpulsar
A modular compiler for the pulsar programming language
|
Symbol and operator token types. More...
#include "enum/enum.h"Go to the source code of this file.
Macros | |
| #define | _PD_OUT_OF_TOKEN_TYPE_H |
| #define | _T(token_type) PS_TOKEN_##token_type |
| #define | T(token_type) _T(token_type) |
Functions | |
| ENUM (T(LIT_UNIT), "unit-literal", "()") ENUM(T(RPAR) | |
Variables | |
| right | par |
Symbol and operator token types.
Definition in file token_type_symbols_operators.h.
| #define _PD_OUT_OF_TOKEN_TYPE_H |
Definition at line 11 of file token_type_symbols_operators.h.
| #define _T | ( | token_type | ) | PS_TOKEN_##token_type |
Definition at line 12 of file token_type_symbols_operators.h.
| #define T | ( | token_type | ) | _T(token_type) |
Definition at line 13 of file token_type_symbols_operators.h.
| ENUM | ( | T(LIT_UNIT) | , |
| "unit-literal" | , | ||
| "()" | |||
| ) |
| right par |
Definition at line 22 of file token_type_symbols_operators.h.