Missing If in Block rule

This commit is contained in:
Leonardo Alt 2018-09-29 19:42:44 +02:00
parent c4b5101b9d
commit 6c55eaf835

View File

@ -83,6 +83,7 @@ Grammar::
FunctionDefinition |
VariableDeclaration |
Assignment |
If |
Expression |
Switch |
ForLoop |