I'm using the Irony DSL framework to parse a language. That language allows strings to be written without quotes ("), even if they contain special characters like dot (.) or minus (-).
If I editthe text files I get, so the strings have quotes around them, they can be parsed just fine. However, I want to read the files as they are. How can I make Irony parse a string without setting a StartEndSymbol?
I'm using the current version of Irony (2012_03_15).