fix(tiger): remove duplicate keywords

This commit is contained in:
Bruno BELANYI 2022-06-14 21:51:28 +02:00 committed by Stephan Seitz
parent fcba0368a6
commit dc23e86e47

View file

@ -43,27 +43,19 @@
[ [
"array" "array"
(break_expression) (break_expression)
"do"
"else" "else"
"end" "end"
"for"
"function"
"if" "if"
"import" "import"
"in" "in"
"let" "let"
"of" "of"
"primitive"
"then" "then"
"to"
"type" "type"
"var" "var"
"while"
"class" "class"
"extends" "extends"
"method"
"new"
"_cast" "_cast"
"_chunks" "_chunks"