Dan-wanna-M / kbnf

A high-performance constrained decoding engine based on context free grammar in Rust
Other
40 stars 2 forks source link

Support suffix automata #13

Closed Dan-wanna-M closed 2 months ago

Dan-wanna-M commented 2 months ago

This is helpful to provide support for substring

Dan-wanna-M commented 2 months ago

https://github.com/ModelTC/general-sam?tab=readme-ov-file Looks like a great choice. Probably should invent some new syntax like #substr"xxxxx"

Dan-wanna-M commented 2 months ago

supported in v0.5.0-rust.