packcc
packcc copied to clipboard
Implementation of Packrat Parser Generator algorithm
Results
2
packcc issues
Sort by
recently updated
recently updated
newest added
Hello, I'd like to ask if this parser generator supports unicode in character classes? From my testing so far it seems that unicode escapes (e.g. `\u1234`) work fine in strings...
bug
This is my attempt to add correct handling of unicode characters in character classes (see #8). The code assumes UTF-8 encoding, which I believe to be a reasonable assumption which...