mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-07 04:00:26 -03:00
15 lines
341 B
Plaintext
15 lines
341 B
Plaintext
---input---
|
|
(+ 1 2 3)
|
|
|
|
---tokens---
|
|
'(' Punctuation
|
|
'+' Name.Function
|
|
' ' Text.Whitespace
|
|
'1' Literal.Number.Float
|
|
' ' Text.Whitespace
|
|
'2' Literal.Number.Float
|
|
' ' Text.Whitespace
|
|
'3' Literal.Number.Float
|
|
')' Punctuation
|
|
'\n' Text.Whitespace
|