|
libmya 0.1.0
Library to parse Mya language.
|


Go to the source code of this file.
Data Structures | |
| struct | token |
| Struct for a Mya token. More... | |
Typedefs | |
| typedef enum token_type | token_type_t |
| Enumeration of token types. | |
| typedef struct token | token_t |
| Struct for a Mya token. | |
Enumerations | |
| enum | token_type { TK_CLOSE_BRACES , TK_CLOSE_BRACKET , TK_CLOSE_PARENS , TK_COLON , TK_COMMA , TK_EOF , TK_EQUAL , TK_IDENTIFIER , TK_KEYWORD , TK_NUMBER , TK_OPEN_BRACES , TK_OPEN_BRACKET , TK_OPEN_PARENS , TK_OPERATOR , TK_SEMICOLON , TK_STRING } |
| Enumeration of token types. More... | |
Variables | |
| const char * | mya_token_types [] |
| typedef enum token_type token_type_t |
Enumeration of token types.
| enum token_type |
Enumeration of token types.
Definition at line 10 of file token.h.