Пример #1
0
 public DerivatorResult(SyntaxTree tree)
 {
     Tree = tree;
     Items = Tree.ToStack();
 }