Closed KvanTTT closed 8 years ago
In Go.stg (line 1330) the following change seems to work. Create the jar file
from
package parser
to
<if(lexerFile.genPackage)>
package <lexerFile.genPackage>
<else>
package parser
<endif>
Fixed by #49. @KvanTTT Let me know if you still see this issue.
It's working for now. Thanks!
I am using command line option
-package main
. But it's working only for parser, not for lexer.