Skip to content

Commit

Permalink
Revert "."
Browse files Browse the repository at this point in the history
This reverts commit eeef724.
  • Loading branch information
b3b00 committed Jun 5, 2024
1 parent eeef724 commit c864b06
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion CliTests/data/lexer.csharp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ namespace ns
{
public enum MinimalLexer
{
[LexemeLabel("en", "integer number")]
[Int]
INT,
}
Expand Down
2 changes: 0 additions & 2 deletions CliTests/data/minimalGrammar.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
genericLexer MinimalLexer;

@label("en","integer number");
@label("fr","integer number");
[Int] INT;

parser MinimalParser;
Expand Down
2 changes: 1 addition & 1 deletion CliTests/data/minimalJSON.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"PositionInTokenVisibleFlow": 0,
"PositionInTokenFlow": 0,
"TokenID": "INT",
"Label": "integer number",
"Label": "INT",
"IsComment": false,
"Discarded": false,
"IsEOS": false,
Expand Down

0 comments on commit c864b06

Please sign in to comment.