Grammar almost complete!
This commit is contained in:
@@ -187,7 +187,7 @@ BooleanLiteral: 'true' | 'false' ;
|
||||
NullLiteral: 'null';
|
||||
|
||||
//SEPRATORS -------------------------------------------------------------------------------------------------------------------------
|
||||
ParanthesesLeft: '(';
|
||||
ParenthesesLeft: '(';
|
||||
ParanthesesRight: ')';
|
||||
CurlyBracketLeft: '{';
|
||||
CurlyBracketRight: '}';
|
||||
|
||||
Reference in New Issue
Block a user