xo-reader2: + on_semicolon_token() method in SyntaxStateMachine
This commit is contained in:
parent
5bd78b8f4e
commit
0163c16771
32 changed files with 166 additions and 1 deletions
|
|
@ -141,6 +141,8 @@ namespace xo {
|
|||
ParserStateMachine * p_psm);
|
||||
void on_f64_token(const Token & tk,
|
||||
ParserStateMachine * p_psm);
|
||||
void on_semicolon_token(const Token & tk,
|
||||
ParserStateMachine * p_psm);
|
||||
void on_parsed_symbol(std::string_view sym,
|
||||
ParserStateMachine * p_psm);
|
||||
void on_parsed_typedescr(TypeDescr td,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue