esrap
esrap copied to clipboard
Common Lisp packrat parser
Thank you for this great library! I just released a parser for PulseAudio's pacmd tool (https://github.com/MIvanchev/cl-pacmd-parser) based on it and it's working great. I wanted to suggest maybe releasing and...
I was looking at `aws-sdk`, which uses `parser.ini` to parse configuration and credential INI files, which uses this library as a parser. The parse was failing since windows ends its...
hopefully not too hacky. created because having ie. + imported from generic-cl resulted in "weirdly failing" code (+ captured first instance, and expected end of stream). and using cl:+ or...
it would be nice to have an option in the `defrule` macro to add custom error messages. in the case of complex rules there might be a domain-specific way of...