const char * mya_token_types[]
long long int value
Integer value of the token on TK_NUMBER tokens.
token_type_t type
Token type.
dstring_t lexeme
Lexeme of the token.
unsigned int line
Token line inside the module.
unsigned int column
Column of the token position on the line.
struct dstring dstring_t
A dynamic string (dstring) that automatically reallocate her buffer when needed.
enum token_type token_type_t
Enumeration of token types.
struct token token_t
Struct for a Mya token.
token_type
Enumeration of token types.