mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
14 lines
291 B
Plaintext
14 lines
291 B
Plaintext
---input---
|
|
|(= $ 1)
|
|
|
|
---tokens---
|
|
'|' Operator
|
|
'(' Punctuation
|
|
'=' Name.Function
|
|
' ' Text.Whitespace
|
|
'$' Name.Variable
|
|
' ' Text.Whitespace
|
|
'1' Literal.Number.Float
|
|
')' Punctuation
|
|
'\n' Text.Whitespace
|