mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
10 lines
169 B
Plaintext
10 lines
169 B
Plaintext
|
---input---
|
||
|
x.==4
|
||
|
|
||
|
---tokens---
|
||
|
'x' Name
|
||
|
'.' Operator
|
||
|
'==' Name.Operator
|
||
|
'4' Literal.Number.Integer
|
||
|
'\n' Text.Whitespace
|