コード例 #1
0
ファイル: Derivator.cs プロジェクト: puninvv/university
 public DerivatorResult(SyntaxTree tree)
 {
     Tree = tree;
     Items = Tree.ToStack();
 }