예제 #1
0
파일: AST.cs 프로젝트: shunchuan/cnpl
 public override void Compile(CompilerBase state)
 {
     mRow.Compile(state);
     mCol.Compile(state);
     Value.Compile(state);
     state.InsertARRAYWRITE(Name);
 }