Generate @safe parsers.
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
, andpure
,nothrow
, and@nogc
where possible (#311).