Skip to content

Grammar compilation of lexification operator produces error #62

@stlutz

Description

@stlutz

Compilation of grammars that use the lexification operator (#) currently produces the following error:
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions