xo-reader: + DDefineSsm + utest
This commit is contained in:
parent
301a7c7623
commit
b5d2f3efab
21 changed files with 219 additions and 28 deletions
|
|
@ -43,6 +43,15 @@
|
|||
},
|
||||
],
|
||||
nonconst_methods: [
|
||||
{
|
||||
name: "on_def_token",
|
||||
doc: ["update state machine for incoming define-keyworkd-token @p tk"],
|
||||
return_type: "void",
|
||||
args: [
|
||||
{type: "const Token &", name: "tk"},
|
||||
{type: "ParserStateMachine *", name: "ps_psm"},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "on_if_token",
|
||||
doc: ["update state machine for incoming if-keyword-token @p tk"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue