improvements
This commit is contained in:
@@ -7,7 +7,7 @@ pub struct Token {
|
||||
pub loc: Loc,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
|
||||
pub enum TokenType {
|
||||
Add,
|
||||
Sub,
|
||||
|
||||
Reference in New Issue
Block a user