|
Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
|
Parser state holding token stream and current position. More...
#include <parser.h>

Public Attributes | |
| const char * | file_path |
| ArenaAllocator * | arena |
| Token * | tks |
| size_t | tk_count |
| size_t | capacity |
| size_t | pos |
| char * | pending_doc_comment |
Parser state holding token stream and current position.
| ArenaAllocator* Parser::arena |
| size_t Parser::capacity |
| const char* Parser::file_path |
| char* Parser::pending_doc_comment |
| size_t Parser::pos |
| size_t Parser::tk_count |
| Token* Parser::tks |