|
hoshi-lang dev
Yet another programming language
|
#include <lexer.hpp>

Public Member Functions | |
| lexerState () | |
| lexerState (int64_t line, int64_t col, std::istream::pos_type pos, wchar curCh, lexer::token curToken) | |
Public Attributes | |
| int64_t | line |
| int64_t | col |
| std::istream::pos_type | pos |
| wchar | curCh |
| token | curToken |
| lexerState | ( | ) |
| lexerState | ( | int64_t | line, |
| int64_t | col, | ||
| std::istream::pos_type | pos, | ||
| wchar | curCh, | ||
| lexer::token | curToken | ||
| ) |
| int64_t col |
Definition at line 160 of file lexer.hpp.
Referenced by lexer::returnState().
| wchar curCh |
Definition at line 162 of file lexer.hpp.
Referenced by lexer::returnState().
| token curToken |
Definition at line 163 of file lexer.hpp.
Referenced by lexer::returnState().
| int64_t line |
Definition at line 160 of file lexer.hpp.
Referenced by lexer::returnState().
| std::istream::pos_type pos |
Definition at line 161 of file lexer.hpp.
Referenced by lexer::returnState().