|
|
@ -19,6 +19,7 @@ import triangle.abstractSyntaxTrees.commands.CallCommand; |
|
|
|
import triangle.abstractSyntaxTrees.commands.EmptyCommand; |
|
|
|
import triangle.abstractSyntaxTrees.commands.EmptyCommand; |
|
|
|
import triangle.abstractSyntaxTrees.commands.IfCommand; |
|
|
|
import triangle.abstractSyntaxTrees.commands.IfCommand; |
|
|
|
import triangle.abstractSyntaxTrees.commands.LetCommand; |
|
|
|
import triangle.abstractSyntaxTrees.commands.LetCommand; |
|
|
|
|
|
|
|
import triangle.abstractSyntaxTrees.commands.RepeatCommand; |
|
|
|
import triangle.abstractSyntaxTrees.commands.SequentialCommand; |
|
|
|
import triangle.abstractSyntaxTrees.commands.SequentialCommand; |
|
|
|
import triangle.abstractSyntaxTrees.commands.WhileCommand; |
|
|
|
import triangle.abstractSyntaxTrees.commands.WhileCommand; |
|
|
|
import triangle.abstractSyntaxTrees.declarations.BinaryOperatorDeclaration; |
|
|
|
import triangle.abstractSyntaxTrees.declarations.BinaryOperatorDeclaration; |
|
|
|