mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
15 lines
315 B
Plaintext
15 lines
315 B
Plaintext
|
---input---
|
||
|
~(+ ,a 1)
|
||
|
|
||
|
---tokens---
|
||
|
'~' Operator
|
||
|
'(' Punctuation
|
||
|
'+' Name.Function
|
||
|
' ' Text.Whitespace
|
||
|
',' Operator
|
||
|
'a' Name.Variable
|
||
|
' ' Text.Whitespace
|
||
|
'1' Literal.Number.Float
|
||
|
')' Punctuation
|
||
|
'\n' Text.Whitespace
|