Skip to content

Releases: igordejanovic/rustemo

Bufix release 0.9.1

29 Mar 14:32
0.9.1
3dbc396

Choose a tag to compare

0.9.1 - 2026-03-29

Added

  • C lang example

Fixed

  • exponential blow-up in recursive types deduction.

Release 0.9.0

10 Feb 12:58
0.9.0
c052263

Choose a tag to compare

Release 0.8.0

03 Jan 11:55
0.8.0
8772f1b

Choose a tag to compare

0.8.0 - 2026-01-03

Added

  • Introduced Just for project management.
  • Pretty error reports thanks to codesnake and yansi.

Changed

  • Debug trace is now off by default. Thanks @andrewbaxter for PR 23.
  • Reworked handling of position/span.
  • unsafe code is explicitely forbiden.
  • Replaced colored crate with yansi.

0.7.1

24 Jun 19:43
0.7.1
b760855

Choose a tag to compare

See the CHANGELOG

0.7.0

16 Nov 17:09
0.7.0
1b58dca

Choose a tag to compare

Added

  • builder-loc-info config option which provides location information in the
    default builder generated AST types. See the discussion at 2 and the
    docs

Full Changelog: 0.6.3...0.7.0

0.6.3

11 Nov 21:40
0.6.3
b8b00c1

Choose a tag to compare

Fixed

  • attempt to subtract causes overflow in GLR default builder. See 16. Thanks
    @andrewbaxter for the bug report and regression test.
  • reexported dependencies for generated parsers. Now, the only dependency
    required by the client code is rustemo. See 15. Thanks @andrewbaxter
    for the idea

New Contributors

Full Changelog: 0.6.2...0.6.3

Packages available at crates.io