This verision brings a lot of bugfixes. It also optimizes the speed for the repeat grammar, especially the repeat number is large.
What's Changed
- [Fix] Fix the print function of AdaptiveTokenMask. by @Seven-Streams in #404
- [Fix]fix the broken link of the website. by @Seven-Streams in #408
- [Optim] Optim repetition expressions when the max repetition time is unbounded. by @Seven-Streams in #403
- [Fix] Fix lookahead assertion analyzer. by @Seven-Streams in #401
- [Fix] Fix slow FSM optimization methods SimplifyEpsilon and MergeEquivalentSuccessors by @Seven-Streams in #407
- [Feature] Provide a new function to convert xml style function calling to grammars. by @Seven-Streams in #387
- [Minor] Modify the built-in grammar to make it more accurate. by @Seven-Streams in #410
- [Fix] Fix regex converter when the property's pattern is empty. by @Seven-Streams in #409
- Bump to v0.1.24 by @Ubospica in #411
Full Changelog: v0.1.23...v0.1.24