#include <lexleo_token.h>
Data Fields | ||
| lexleo_token_kind_t | kind | |
| union { | ||
| int int_value | ||
| char * string_value | ||
| char * symbol_value | ||
| } | as | |
Lexical token.
Ownership rules:
Definition at line 67 of file lexleo_token.h.
| union { ... } lexleo_token_t::as |
| int lexleo_token_t::int_value |
Definition at line 70 of file lexleo_token.h.
| lexleo_token_kind_t lexleo_token_t::kind |
Definition at line 68 of file lexleo_token.h.
| char* lexleo_token_t::string_value |
Definition at line 71 of file lexleo_token.h.
| char* lexleo_token_t::symbol_value |
Definition at line 72 of file lexleo_token.h.