|
libpulsar
A modular compiler for the pulsar programming language
|
Keyword 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) |
Keyword token types.
Definition in file token_type_keyword.h.
| #define _PD_OUT_OF_TOKEN_TYPE_H |
Definition at line 11 of file token_type_keyword.h.
| #define _T | ( | token_type | ) | PS_TOKEN_##token_type |
Definition at line 12 of file token_type_keyword.h.
| #define T | ( | token_type | ) | _T(token_type) |
Definition at line 13 of file token_type_keyword.h.