Ejemplo n.º 1
0
 public bool Visit(ASTContinue node)
 {
     throw new NotImplementedException();
 }
 private Symbol VisitContinueStatement(ASTContinue node)
 {
     return(null);
 }