mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
31 lines
823 B
Plaintext
31 lines
823 B
Plaintext
|
---input---
|
||
|
{:alice {:likes :bob} :bob {:likes :carol} :carol {:likes :alice}}
|
||
|
|
||
|
---tokens---
|
||
|
'{' Punctuation
|
||
|
':alice' Name.Constant
|
||
|
' ' Text.Whitespace
|
||
|
'{' Punctuation
|
||
|
':likes' Name.Constant
|
||
|
' ' Text.Whitespace
|
||
|
':bob' Name.Constant
|
||
|
'}' Punctuation
|
||
|
' ' Text.Whitespace
|
||
|
':bob' Name.Constant
|
||
|
' ' Text.Whitespace
|
||
|
'{' Punctuation
|
||
|
':likes' Name.Constant
|
||
|
' ' Text.Whitespace
|
||
|
':carol' Name.Constant
|
||
|
'}' Punctuation
|
||
|
' ' Text.Whitespace
|
||
|
':carol' Name.Constant
|
||
|
' ' Text.Whitespace
|
||
|
'{' Punctuation
|
||
|
':likes' Name.Constant
|
||
|
' ' Text.Whitespace
|
||
|
':alice' Name.Constant
|
||
|
'}' Punctuation
|
||
|
'}' Punctuation
|
||
|
'\n' Text.Whitespace
|