Skip to content

Generate @safe parsers.

Compare
Choose a tag to compare
@veelo veelo released this 10 May 16:00
· 26 commits to master since this release

Improvements since v0.4.5:

  • Generate a proper error message when attempting to generate a parser at compile time from a grammar with a syntax error (#301).
  • Fix the C grammar example to accept identifiers that start with the name of a keyword (#307).
  • Add the Python grammar example (#309, #310, still experimental).
  • Generate fully annotated parsers with @safe, and pure, nothrow, and @nogc where possible (#311).