|
libpulsar
A modular compiler for the pulsar programming language
|
All token types. More...
Go to the source code of this file.
Macros | |
| #define | _T(token_type) PS_TOKEN_##token_type |
| #define | T(token_type) _T(token_type) |
All token types.
Definition in file token_type.h.
| #define _T | ( | token_type | ) | PS_TOKEN_##token_type |
Definition at line 9 of file token_type.h.
| #define T | ( | token_type | ) | _T(token_type) |
Definition at line 10 of file token_type.h.