Meta-rule support in pest3 early alpha prototype
Meta-rule support in pest3 early alpha prototype
github.com
Meta-rule support in pest3 early alpha prototype · pest-parser pest · Discussion #1122
The new version of the early alpha prototype of pest3 was published on crates.io! You can try it with: pest3 = { version = "0.0.2", features = ["derive"] } It now supports meta-rules, which is a ne......