Inheritance: AbstractCompiler
コード例 #1
0
ファイル: CompilerTests.cs プロジェクト: ajlopez/AjTalk
 public void Setup()
 {
     this.writer = new StringWriter();
     this.compiler = new Compiler(new SourceWriter(this.writer));
 }