This commit is contained in:
Valk Richard Li
2019-08-20 23:56:03 +08:00
committed by GitHub
parent cdb9e88cbf
commit d333b706ca
2 changed files with 135 additions and 11 deletions

View File

@@ -57,14 +57,8 @@
<11><choose> ::=
<...>
<12><statement> ::=
<definition>
<assignment>
<__func>
<identifier> <;>
<definition>|<assignment>|<__func>|<loop>|<choose>
<identifier>|<continue>|<break> <;>
<return> <identifier>|<scalar> <;>
<continue> <;>
<break> <;>
<loop>
<choose>
<13><statements> ::=
<statement>|<statements> <statement>