Esempio n. 1
0
 public ParseException(string msg, Token token)
     : this(msg, token.Location)
 {
 }