10 lines
174 B
Text
10 lines
174 B
Text
---input---
|
|
123 ∀ x
|
|
|
|
---tokens---
|
|
'123' Literal.Number.Integer
|
|
' ' Text
|
|
'∀' Operator
|
|
' ' Text
|
|
'x' Name
|
|
'\n' Text
|