waxeye-org / waxeye

Waxeye is a parser generator based on parsing expression grammars (PEGs). It supports C, Java, JavaScript, Python, Racket, and Ruby.
https://waxeye-org.github.io/waxeye/index.html
Other
235 stars 38 forks source link

Support \u-escapes. Remove \<> escapes. #64

Closed glebm closed 7 years ago

glebm commented 7 years ago

Fixes #49 Fixes #51

This is branched off #63 so that one will need to be merged first (then I'll rebase this one) Done

/cc @jishi9

glebm commented 7 years ago

Rebased

orlandohill commented 7 years ago

Thanks!