Tokens - Renamed EOF to Eof
This commit is contained in:
parent
e918d90e39
commit
980729ceb3
4 changed files with 4 additions and 4 deletions
src
|
@ -43,7 +43,7 @@ pub enum TokenType {
|
|||
Var,
|
||||
While,
|
||||
|
||||
EOF,
|
||||
Eof,
|
||||
}
|
||||
|
||||
/// Full information about a token.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue