예제 #1
0
 public CompileError(String message, Iterator<Token> at)
     : base(message + " " + (at.AtEnd() ? "NULL" : at.Next().ToString()))
 {
 }