Compare commits
2 Commits
07552e704e
...
8e0b215140
Author | SHA1 | Date | |
---|---|---|---|
8e0b215140 | |||
3fa8400b72 |
@ -63,7 +63,7 @@ AccessModifierPublic : 'public' ;
|
||||
MainMethodDecl : 'public static void main(String[] args)';
|
||||
|
||||
//Print Statement print(VariableA);
|
||||
print: 'print('Identifier');';
|
||||
print: 'print' OpenRoundBracket Identifier ClosedRoundBracket Semicolon;
|
||||
|
||||
//Types
|
||||
Void : 'void';
|
||||
|
Loading…
Reference in New Issue
Block a user