Skip to content

Releases: dlang-community/libdparse

v0.2.0: Support dmd 2.067 syntax.

22 Feb 06:51
Compare
Choose a tag to compare
Use non-deprecated nan detection function

0.1.1

08 Sep 19:51
Compare
Choose a tag to compare
  • Fixes parsing of function literals
  • Fixes parsing of ASM blocks where the "in", "out", and "int" opcodes are used.

0.1.0

04 Sep 07:53
Compare
Choose a tag to compare

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.