Closed pjonsson closed 7 years ago
I get a compilation error in my parser from the following code:
import ::= var | tycon ["(..)" | cnames] | tycls ["(..)" | vars]
Renaming "import" to "importt" makes the problem go away. The generated java Parser contains a function called "import".
Keywords are now transparently escaped like import_$
import_$
I get a compilation error in my parser from the following code:
Renaming "import" to "importt" makes the problem go away. The generated java Parser contains a function called "import".