예제 #1
0
파일: AST.cs 프로젝트: shunchuan/cnpl
 public override void Compile(CompilerBase state)
 {
     mExpression1.Compile(state);
     mExpression2.Compile(state);
     state.InsertNE();
 }