xo-reader2: + on_bool_token scaffold in parser etc.
This commit is contained in:
parent
87534edb80
commit
132b8d231a
32 changed files with 166 additions and 1 deletions
|
|
@ -99,6 +99,15 @@
|
|||
{type: "ParserStateMachine *", name: "p_psm"},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "on_bool_token",
|
||||
doc: ["update state machine for incoming bool-token @p tk"],
|
||||
return_type: "void",
|
||||
args: [
|
||||
{type: "const Token &", name: "tk"},
|
||||
{type: "ParserStateMachine *", name: "p_psm"},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "on_semicolon_token",
|
||||
doc: ["update state machine for incoming semicolon-token @p tk"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue