Releases: dlang-community/libdparse
Releases · dlang-community/libdparse
v0.7.0-alpha.14
Merge branch 'master' of https://github.com/Hackerpilot/libdparse
v0.7.0-alpha.13
Merge pull request #103 from mathias-lang-sociomantic/reg-v0.6.0 [REG v0.6.0] (shared) static ctor/dtor are missing location information
v0.7.0-alpha12
Fix #100
v0.7.0-alpha11
Fix bug with memoizing the decision to parse an associative array vs normal array.
v0.7.0-alpha10
Add location information to the FunctionLiteral AST node.
v0.7.0-alpha9
v0.7.0-alpha8
Fix off-by-one error in lexer that caused keywords to be interpreted as identifiers if they were the last bytes in the input.
v0.7.0-alpha7
Fix an infinite loop bug in the parser involving malformed enum declarations.
v0.7.0-alpha6
v0.7.0-alpha5
Make tokens public so that other code can construct a parser as needed