Dan-wanna-M / kbnf

A fast constrained decoding engine based on context free grammar in Rust
Other
2 stars 0 forks source link

Expose `Grammar` from `EngineLike` #3

Open Dan-wanna-M opened 1 month ago

Dan-wanna-M commented 1 month ago

Currently, Grammar is not exposed publicly from EngineLike which can be inconveninent for developers. We need something like GrammarLike.