renamed files

This commit is contained in:
Ishan Jain 2024-05-26 11:15:39 +05:30
parent 144401269d
commit ffe56c86ae
Signed by: ishan
GPG Key ID: 0506DB2A1CC75C27
3 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ lazy_static! {
#[derive(Debug, PartialEq, Eq, Copy, Clone, Hash)] #[derive(Debug, PartialEq, Eq, Copy, Clone, Hash)]
pub enum TokenType { pub enum TokenType {
Illegal, Illegal,
#[allow(clippy::upper_case_acronyms)]
EOF, EOF,
// Identifiers and Literals // Identifiers and Literals