Library for lexing and parsing D source code.
Online documentation is available here
Tests are present in the test directory. To run them execute the run_tests.sh script. Running the tests on Windows is not currently supported.
- Static array initialization syntax. This syntax is ambiguous because it looks like an associative array literal.
- Class allocators. These are deprecated in D2.
- Class deallocators. These are deprecated in D2.