v0.1.0
0.1.0 (2024-05-27)
🐛 Fixes
⚠️ BREAKING CHANGES
- dropped chevrotain for custom parser (3346d73)
Rewrote parser from scratch. It has no dependencies now if you do not count my utility library.
It's also much much faster (~50x). Most queries now only take a couple of milliseconds where before they took 50+.
The majority of the external API should be the same, but some chevrotain only stuff is no longer exposed.
It also drops support for generating chevrotain's railroad diagrams.
📖 Documentation
- updated demo utils dep (a11fa74)