xo-reader2: + on_semicolon_token() method in SyntaxStateMachine
This commit is contained in:
parent
d30412779c
commit
5239290388
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