Add: State to use RawToken
This commit is contained in:
@@ -9,7 +9,7 @@ class State {
|
|||||||
int pos;
|
int pos;
|
||||||
int line;
|
int line;
|
||||||
int column;
|
int column;
|
||||||
final List<Token> tokens;
|
final List<RawToken> tokens;
|
||||||
|
|
||||||
State(String input) {
|
State(String input) {
|
||||||
this.input = input;
|
this.input = input;
|
||||||
|
|||||||
Reference in New Issue
Block a user