Slight scanner and parser error handling improvements

This commit is contained in:
GideonLeGrange 2014-04-14 16:19:20 +02:00
parent 10f88ad9f0
commit a78ad48d39
1 changed files with 0 additions and 2 deletions

View File

@ -189,8 +189,6 @@ class Parser {
next();
}
private final Scanner scanner;
private Token token;
private String text;