mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
|
---input---
|
||
|
|[1 2]
|
||
|
|
||
|
---tokens---
|
||
|
'|' Operator
|
||
|
'[' Punctuation
|
||
|
'1' Literal.Number.Float
|
||
|
' ' Text.Whitespace
|
||
|
'2' Literal.Number.Float
|
||
|
']' Punctuation
|
||
|
'\n' Text.Whitespace
|