Skip to content

Releases: domenicquirl/cstree

v0.12.2

01 Nov 12:56
d602fe2
Compare
Choose a tag to compare
  • Checkpoints for the GreenNodeBuilder 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 a GreenNodeBuilder to the state it was in when the checkpoint was taken, allowing a parser to backtrack to the checkpoint.