mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
12 lines
239 B
Plaintext
12 lines
239 B
Plaintext
---input---
|
|
|@[8 9]
|
|
|
|
---tokens---
|
|
'|' Operator
|
|
'@[' Punctuation
|
|
'8' Literal.Number.Float
|
|
' ' Text.Whitespace
|
|
'9' Literal.Number.Float
|
|
']' Punctuation
|
|
'\n' Text.Whitespace
|