Libdparse Versions Save

Library for lexing and parsing D source code

v0.24.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/dlang-community/libdparse/compare/v0.23.2...v0.24.0

v0.23.2

10 months ago

What's Changed

Full Changelog: https://github.com/dlang-community/libdparse/compare/v0.23.1...v0.23.2

v0.23.1

11 months ago

What's Changed

Full Changelog: https://github.com/dlang-community/libdparse/compare/v0.23.0...v0.23.1

v0.23.0

1 year ago

Overview

  • Support for named arguments
  • Support for DMD 2.104.0 @"literal" UDA syntax
  • Some segfault fixes
  • Error recovery improvements and error message improvements
  • Small memory improvements at compile time and runtime

Changelog

New Contributors

Full Changelog: https://github.com/dlang-community/libdparse/compare/v0.22.0...v0.23.0

v0.22.0

1 year ago

What's Changed

Full Changelog: https://github.com/dlang-community/libdparse/compare/v0.21.3...v0.22.0

v0.21.3

1 year ago

What's Changed

Full Changelog: https://github.com/dlang-community/libdparse/compare/v0.21.2...v0.21.3

v0.21.2

1 year ago

What's Changed

Full Changelog: https://github.com/dlang-community/libdparse/compare/v0.21.1...v0.21.2

v0.21.1

1 year ago

What's Changed

Full Changelog: https://github.com/dlang-community/libdparse/compare/v0.21.0...v0.21.1

v0.21.0

1 year ago

What's Changed

Full Changelog: https://github.com/dlang-community/libdparse/compare/v0.20.0...v0.21.0

v0.20.0

1 year ago

same as 0.19.3 with the std.experimental.allocator changes, but now as minor bump instead of a patch bump.