9 lines
169 B
Text
9 lines
169 B
Text
---input---
|
|
x.==4
|
|
|
|
---tokens---
|
|
'x' Name
|
|
'.' Operator
|
|
'==' Name.Operator
|
|
'4' Literal.Number.Integer
|
|
'\n' Text.Whitespace
|