Releases: dlang-community/libdparse
Releases · dlang-community/libdparse
v0.2.0: Support dmd 2.067 syntax.
Use non-deprecated nan detection function
0.1.1
- Fixes parsing of function literals
- Fixes parsing of ASM blocks where the "in", "out", and "int" opcodes are used.
0.1.0
This is the first tagged release of libdparse since its separation from the D-Scanner project. It supports D syntax that is valid as of the 2.066.0 release of DMD.
The parser may fail to parse some code that is accepted by DMD. Please check the issues tracked by https://issues.dlang.org/show_bug.cgi?id=10233 before filing a bug report.