In the example of Spoofax,The entity is defined like this:
“Module” ID Definition* -> Start {“Module”}
“Entity” ID “{” Property* “}” -> Definition {“Entity”}
ID “:” Type -> Property {“Property”}
ID -> Type {“Type”}

The Module name is defined in the format of ID,if I want to define the module name in general string without any restriction.What should I do?

Asked by ZJG on 19 March 2013 at 09:25