Tokens - Stop complaining about EOF

This commit is contained in:
Emmanuel BENOîT 2022-12-30 23:20:57 +01:00
parent c1025153d1
commit 912c7a265e

View file

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