zesterer / chumsky

Write expressive, high-performance parsers with ease.
https://crates.io/crates/chumsky
MIT License
3.64k stars 155 forks source link

better code #650

Closed sineptic closed 4 months ago

sineptic commented 4 months ago

Can i replace this with 1 function?(using library)

.at_least(n)
.at_most(n)
zesterer commented 4 months ago

Yes, .exactly(n)