mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-23 11:28:45 +08:00
some functions of PDA in parser updated.
This commit is contained in:
+3
-1
@@ -83,6 +83,8 @@
|
||||
|
||||
//statement
|
||||
<func_return> ::= <return> <scalar>
|
||||
<statement> ::= <definition>|<assignment>|<loop>|<choose>|<use_function>|<func_return> <;>
|
||||
<loop_continue> ::= <continue>
|
||||
<loop_break> ::= <break>
|
||||
<statement> ::= <definition>|<assignment>|<loop>|<choose>|<use_function>|<func_return>|<loop_continue>|<loop_break> <;>
|
||||
<statements> ::= <statement> <statement>
|
||||
<statements> ::= <statements> <statement>
|
||||
|
||||
Reference in New Issue
Block a user