nibble
nibble copied to clipboard
A string parsing library heavily inspired by elm/parser.
Results
2
nibble issues
Sort by
recently updated
recently updated
newest added
Hi! This seems like a really nice lib and I've tried to use it for a quite simple expression parser, inspired by [clarkmcc/cel-rust](https://github.com/clarkmcc/cel-rust/blob/master/parser/src/cel.lalrpop). My attempt so far (trying to keep...
I'm a bit torn on the ergonomics of this particular lexer. On one hand, the current behaviour with keeping the leading whitespace is the most general, on the other hand,...