コード例 #1
0
ファイル: AssemblyWriter.cs プロジェクト: phuggf/nand2tetris
 public AssemblyWriter(Parser parser, CodeWriter codeWriter)
 {
     _parser     = parser;
     _codeWriter = codeWriter;
 }