ed-cooper / Ebnf.Compiler

Compiles EBNF statements to C# DLLs
MIT License
2 stars 0 forks source link

Support for quotation mark escaping #8

Open ed-cooper opened 5 years ago

ed-cooper commented 5 years ago

Currently, the only way to test for quotation marks is via unicode escaping:

QuoteMark = "\u0022";

We need to add support for character escaping. This includes: