Skip to content

Improved error messages.

Compare
Choose a tag to compare
@veelo veelo released this 05 May 21:52
· 35 commits to master since this release
d5b5052

Improvements since v.0.4.4:

  • Silence an escaping reference deprecation.
  • Makefile support for LDC.
  • Customizable error messages.
  • Indexing and slicing operators for ParseTree forward to ParseTree.children.
  • Several examples are now complete runnable DUB sub packages and are being unit tested by the CI.
  • Fix C grammar for identifiers with keyword prefixes.
  • Avoid to shadow external scope name in the foreach loop.
  • Keep track of the longest failed match to improve error messages.
  • Fix recursive git clone on Windows.