Releases: dlang-community/libdparse
Releases · dlang-community/libdparse
v0.7.0
Merge pull request #127 from BBasile/reg_ifcond2 fix other regression in parseIfStatement
v0.7.0-beta.6
Merge pull request #127 from BBasile/reg_ifcond2 fix other regression in parseIfStatement
v0.7.0-beta.5
v0.7.0-beta.4
v0.7.0-beta.3
- Parse segment register suffixes
- Added
location
,line
andcolumn
fields toPostblit
AST class - Added
startIndex
andendIndex
fields to ImportDeclaration` AST class - Added unit test for the fix for #114
- Fixed parser bug involving the IfCondition grammar rule
v0.7.0-beta.2
Fix #114.
v0.7.0-beta.1
Breaking changes:
- Added AutoDeclarationPart AST node. Visitors for AutoDeclaration nodes will need to be updated.
v0.7.0-alpha.15
Get rid of experimental allocator submodule
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