Revert "cleanup parser for only required rules"

This reverts commit eccf1fa914.
This commit is contained in:
Nicolas Amaya
2025-09-27 15:52:36 -06:00
parent eccf1fa914
commit 4addbee422
7 changed files with 1726 additions and 41 deletions

View File

@@ -199,7 +199,7 @@ Dot: '.';
//OPERATORS ---------------------------------------------------------------------------------------------------------------------------------------
Assignment: '=';
GreaterThan: '>';
GreterThan: '>';
LessThan: '<';
LogicalComplement: '!';
BitwiseComplement: '~';