cleanup parser for only required rules

This commit is contained in:
Nicolas Amaya
2025-09-27 15:47:51 -06:00
parent 9e858a98f3
commit eccf1fa914
7 changed files with 41 additions and 1726 deletions

View File

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