zesterer / chumsky

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

Fix string lexer in `nano-rust` example #662

Closed rabuu closed 2 months ago

rabuu commented 3 months ago

Hey! I noticed a small bug in the nano_rust example where the string lexer doesn't properly ignore the delimiting " characters. Here's a fix!

zesterer commented 2 months ago

Thanks, that's a great fix!