Open stlutz opened 3 years ago
Compilation of grammars that use the lexification operator (#) currently produces the following error: OhmMissingAttributeMethod: LexLex:
#
OhmMissingAttributeMethod: LexLex:
Minimal example:
serializedGrammar ^ 'MyGrammar { Expression = #Value }'
This prevents e.g. the compilation of the Javascript Grammar, since it uses lexification operators fairly liberally.
Compilation of grammars that use the lexification operator (
#
) currently produces the following error:OhmMissingAttributeMethod: LexLex:
Minimal example:
This prevents e.g. the compilation of the Javascript Grammar, since it uses lexification operators fairly liberally.