tartrazine/spec/unsupported_lexers/janet/struct_lit-recursive.txt

31 lines
823 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---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