Skip to content

Arithmetics example: Exponentiation not right-associative yet #115

Description

@Lotes

Current implementation:

Exponentiation returns Expression:
    Modulo ({BinaryExpression.Left=current} Operator="^" Right=Modulo)*;

In Langium/Xtext, this would be actually:

Exponentiation returns Expression:
    Modulo ({BinaryExpression.Left=current} Operator='^' Right=Exponentiation)?;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions