예제 #1
0
파일: AST.cs 프로젝트: shunchuan/cnpl
 public override void Compile(CompilerBase state)
 {
     Row.Compile(state);
     Col.Compile(state);
     state.InsertLC(Value);
     state.InsertARRAYMAKE();
 }