Improved error messages.
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 toParseTree.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.