Skip to content

0.23.5

Latest
Compare
Choose a tag to compare
@kaby76 kaby76 released this 15 Sep 20:01
· 45 commits to main since this release
36efbbb

Minor release, which adds features for tracking ambiguity within a grammar.

  • Added the command-line option --ambig to trparse to output parse trees of ambiguity. Each tree is printed with a unique file name that is composed from the original file name plus the decision number.
  • Added file name to output of trtree when there are multiple parsing result sets.
  • Added Antlr4 parse tree output to trtree.
  • Added indented parenthesis-less output to trtree.
  • Refactored some of the underlying code for parse tree output.
  • Updated the CSharp templates in target for collecting information on parse tree ambiguity.
  • Updated the dependencies for the trgenvsc-generated extension.