Skip to content

Commit

Permalink
Update Phi.g4
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Feb 12, 2024
1 parent 88b97fc commit dd100ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eo-parser/src/main/antlr4/org/eolang/parser/Phi.g4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grammar Phi;
grammar Phi

// Skip spaces, tabs, newLines
WS : [ \t\r\n]+ -> skip
Expand Down Expand Up @@ -167,4 +167,4 @@ BYTES
: MINUS MINUS
| BYTE MINUS
| BYTE (MINUS BYTE)+
;
;

0 comments on commit dd100ad

Please sign in to comment.