Remove grammar.yml

This commit is contained in:
Nemo 2020-07-07 03:59:15 +05:30
parent a6d3e1f6bd
commit 14bf8e510c
1 changed files with 0 additions and 50 deletions

View File

@ -1,50 +0,0 @@
keyword:
- 'class'
- 'method'
- 'function'
- 'constructor'
- 'int'
- 'boolean'
- 'char'
- 'void'
- 'var'
- 'static'
- 'field'
- 'let'
- 'do'
- 'if'
- 'else'
- 'while'
- 'return'
- 'true'
- 'false'
- 'null'
- 'this'
symbol:
- '{'
- '}'
- '('
- ')'
- '['
- ']'
- '.'
- ';'
- '+'
- '-'
- '*'
- '/'
- '&'
- '|'
- '<'
- '>'
- '='
- '~'
- ','
# Predefined
integerConstant: null
StringConstant: null
identifier: null
className:
class:
- class
- *className