xo-reader2 xo-expresion2: work on define-expressions [WIP]
This commit is contained in:
parent
8bae2128a1
commit
516b0932ee
40 changed files with 711 additions and 72 deletions
|
|
@ -43,6 +43,15 @@
|
|||
},
|
||||
],
|
||||
nonconst_methods: [
|
||||
{
|
||||
name: "on_symbol_token",
|
||||
doc: ["operate state machine for incoming symbol-token @p tk"],
|
||||
return_type: "void",
|
||||
args: [
|
||||
{type: "const Token &", name: "tk"},
|
||||
{type: "ParserStateMachine *", name: "p_psm"},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "on_def_token",
|
||||
doc: ["update state machine for incoming define-keyword-token @p tk"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue