Esempio n. 1
0
 public AstNodeCloner(CompilerContext context, uint indent = 0)
 {
     _current = _context = new AstBuilderContext(context, indent);
 }
Esempio n. 2
0
 public AstNodeCloner()
 {
     _current = new AstCurrentContext();
 }