Beispiel #1
0
 def paren_expr(sym: SyntaxTree, context: SemanticContext):
     attrs = sym.childs[1].attrs
     sym.attrs = attrs
Beispiel #2
0
 def expr_derive(sym: SyntaxTree, context: SemanticContext):
     attrs = sym.childs[0].attrs
     sym.attrs = attrs