mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
31 lines
832 B
Plaintext
31 lines
832 B
Plaintext
|
---input---
|
||
|
@{:ant @{:legs 6} :bee @{:legs 6} :cheetah @{:legs 4}}
|
||
|
|
||
|
---tokens---
|
||
|
'@{' Punctuation
|
||
|
':ant' Name.Constant
|
||
|
' ' Text.Whitespace
|
||
|
'@{' Punctuation
|
||
|
':legs' Name.Constant
|
||
|
' ' Text.Whitespace
|
||
|
'6' Literal.Number.Float
|
||
|
'}' Punctuation
|
||
|
' ' Text.Whitespace
|
||
|
':bee' Name.Constant
|
||
|
' ' Text.Whitespace
|
||
|
'@{' Punctuation
|
||
|
':legs' Name.Constant
|
||
|
' ' Text.Whitespace
|
||
|
'6' Literal.Number.Float
|
||
|
'}' Punctuation
|
||
|
' ' Text.Whitespace
|
||
|
':cheetah' Name.Constant
|
||
|
' ' Text.Whitespace
|
||
|
'@{' Punctuation
|
||
|
':legs' Name.Constant
|
||
|
' ' Text.Whitespace
|
||
|
'4' Literal.Number.Float
|
||
|
'}' Punctuation
|
||
|
'}' Punctuation
|
||
|
'\n' Text.Whitespace
|