tableau
This commit is contained in:
@@ -24,7 +24,7 @@ Declaration ::= Declaration(Type, String+)
|
||||
Instruction ::= Assign(String, Expression)
|
||||
| Return(Expression)
|
||||
| Bloc(Instruction+)
|
||||
| BlocWithDecl(DeclarationList, Instruction+)
|
||||
| BlocWithDecl(Declaration+, Instruction+)
|
||||
| VoidFunctionCall(String, Expression*)
|
||||
| IfThen(Expression, Instruction)
|
||||
| IfThenElse(Expression, Instruction, Instruction)
|
||||
|
||||
Reference in New Issue
Block a user