Tokens - Address ('@') token for loop labels
This commit is contained in:
parent
48b86d5087
commit
f3b2552679
2 changed files with 2 additions and 0 deletions
src
|
@ -5,6 +5,7 @@ pub enum TokenType {
|
|||
RightParen,
|
||||
LeftBrace,
|
||||
RightBrace,
|
||||
Address,
|
||||
Comma,
|
||||
Dot,
|
||||
Minus,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue