Grammar almost complete!

This commit is contained in:
30206444
2025-09-26 23:52:51 -06:00
parent 65bb1f8018
commit a92583782c
2 changed files with 92 additions and 15 deletions

View File

@@ -187,7 +187,7 @@ BooleanLiteral: 'true' | 'false' ;
NullLiteral: 'null';
//SEPRATORS -------------------------------------------------------------------------------------------------------------------------
ParanthesesLeft: '(';
ParenthesesLeft: '(';
ParanthesesRight: ')';
CurlyBracketLeft: '{';
CurlyBracketRight: '}';