xo-reader2: + SyntaxStateMachine.forward_children method
Support gc traversal with goal of making ParserStateMachine a gc root
This commit is contained in:
parent
ed3e26e718
commit
3af72fec64
91 changed files with 626 additions and 39 deletions
|
|
@ -2,6 +2,15 @@ Uses arena allocators for fast+efficient parsing.
|
|||
|
||||
Composition of nested state machines.
|
||||
|
||||
## SchematikaParser
|
||||
|
||||
Parser to convert schematika text to expressions.
|
||||
|
||||
### Details
|
||||
|
||||
Partial GCObject facet support, so a SchmeatikaParser instance can
|
||||
be a gc root.
|
||||
|
||||
## SyntaxStateMachine
|
||||
|
||||
a state machine dedicated to some particular Schematika syntax.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue