|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
| ParseContext (TokenList &scannerTokens, const std::filesystem::path &filepath, LogCallback logFn, ParseTree &parseTree) | |
Public Attributes | |
| TokenList & | scannerTokens |
| size_t | tokenIterator = 0 |
| const std::filesystem::path & | filepath |
| ParseTree & | parseTree |
| LogCallback | Log = nullptr |