Releases: domenicquirl/cstree
Releases · domenicquirl/cstree
v0.12.2
Checkpoint
s for theGreenNodeBuilder
can now be used across node boundaries, meaning you can use them to wrap (finished) nodes in addition to just tokens.- A new method
Checkpoint::revert_to
has been added which resets aGreenNodeBuilder
to the state it was in when the checkpoint was taken, allowing a parser to backtrack to the checkpoint.