mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-12 12:51:13 -03:00
18 lines
419 B
Plaintext
18 lines
419 B
Plaintext
---input---
|
|
(+ ;[1 2 3])
|
|
|
|
---tokens---
|
|
'(' Punctuation
|
|
'+' Name.Function
|
|
' ' Text.Whitespace
|
|
';' Operator
|
|
'[' Punctuation
|
|
'1' Literal.Number.Float
|
|
' ' Text.Whitespace
|
|
'2' Literal.Number.Float
|
|
' ' Text.Whitespace
|
|
'3' Literal.Number.Float
|
|
']' Punctuation
|
|
')' Punctuation
|
|
'\n' Text.Whitespace
|