Tokens - Renamed EOF to Eof

This commit is contained in:
Emmanuel BENOîT 2022-12-31 10:17:25 +01:00
parent e918d90e39
commit 980729ceb3
4 changed files with 4 additions and 4 deletions

View file

@ -43,7 +43,7 @@ pub enum TokenType {
Var,
While,
EOF,
Eof,
}
/// Full information about a token.