Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

There is something wrong with the grammar #54

Open
MathiasSJacobsen opened this issue Apr 26, 2022 · 0 comments
Open

There is something wrong with the grammar #54

MathiasSJacobsen opened this issue Apr 26, 2022 · 0 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@MathiasSJacobsen
Copy link
Owner

ValueExpr:
    StringValueExpr | NumberValueExpr | BooleanValueExpr;

StringValueExpr: val=STRING;

NumberValueExpr: digit=INT ("."decimal=INT)?;

BooleanValueExpr: val=("true"|"false");

I think it needs something like Atomic

@MathiasSJacobsen MathiasSJacobsen added the bug Something isn't working label Apr 26, 2022
@MathiasSJacobsen MathiasSJacobsen added the wontfix This will not be worked on label Sep 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant