xo-reader2: + ExpectSymbolSsm + SyntaxStateMachine.on_parsed_symbol
This commit is contained in:
parent
e252a9f4e7
commit
83ef04c250
28 changed files with 537 additions and 52 deletions
6
xo-reader2/doc/README.md
Normal file
6
xo-reader2/doc/README.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
diagram for parsing stack.
|
||||
stack growing down for nested ssm's
|
||||
|
||||
`on_if_token` etc going to same state
|
||||
|
||||
`on_parsed_xxx` going back up the stack
|
||||
3
xo-reader2/doc/glossary.rst
Normal file
3
xo-reader2/doc/glossary.rst
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ssm = syntax state machine
|
||||
psm = parser state machine
|
||||
ckp = checkpoint
|
||||
Loading…
Add table
Add a link
Reference in a new issue