Tokens - Address ('@') token for loop labels

This commit is contained in:
Emmanuel BENOîT 2023-01-02 09:59:37 +01:00
parent 48b86d5087
commit f3b2552679
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@ pub enum TokenType {
RightParen,
LeftBrace,
RightBrace,
Address,
Comma,
Dot,
Minus,