Tokens - Stop complaining about EOF
This commit is contained in:
parent
c1025153d1
commit
912c7a265e
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ pub enum TokenType {
|
||||||
Var,
|
Var,
|
||||||
While,
|
While,
|
||||||
|
|
||||||
EOF,
|
_EOF,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Full information about a token.
|
/// Full information about a token.
|
||||||
|
|
Loading…
Reference in a new issue