Create loop (dash '^') operator (older asterisk '*')
This commit is contained in:
@@ -19,6 +19,7 @@ class TokenType(Enum):
|
||||
SLASH = '/'
|
||||
MINUS = '-'
|
||||
PLUS = '+'
|
||||
DASH = '^'
|
||||
DOTS = '...'
|
||||
AMP = '&'
|
||||
DOT = '.'
|
||||
|
||||
Reference in New Issue
Block a user