| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.8.3 source code.tar.gz | 2024-04-27 | 53.0 kB | |
| 0.8.3 source code.zip | 2024-04-27 | 77.4 kB | |
| README.md | 2024-04-27 | 477 Bytes | |
| Totals: 3 Items | 130.9 kB | 0 | |
Fixes
- Fix error with
[x..]range pattern (1b2da451)
Improvements
- Allow inlining standard Parse trait impls by @neocturne (#374)
- Support
whereclauses on rules by @A4-Tacks (#371) - Support trailing commas in type parameter lists by @A4-Tacks (#371)
- Improve compatibility with Rust qualified path syntax in type grammar by @A4-Tacks (#371)
Other
- Remove support for
cratevisibility modifier, which was dropped from rustc nightly in 2022