MOAL.execution.compiler package¶
Subpackages¶
Submodules¶
MOAL.execution.compiler.abstract_syntax_tree module¶
-
MOAL.execution.compiler.abstract_syntax_tree.
ast_drawing
()[source]¶ The AST Drawing.
unaryOp = -1
- (ROOT)
- / [-] [1]
binaryOp = 2 + 2
- (ROOT)
- /
[+] / [2] [2]
etc... foo = 3 * 9
- (ROOT)
- / [=] [*]
/ / [foo] [3] [9]