12 lines
273 B
Text
12 lines
273 B
Text
---input---
|
|
[:alice :bob :carol]
|
|
|
|
---tokens---
|
|
'[' Punctuation
|
|
':alice' Name.Constant
|
|
' ' Text.Whitespace
|
|
':bob' Name.Constant
|
|
' ' Text.Whitespace
|
|
':carol' Name.Constant
|
|
']' Punctuation
|
|
'\n' Text.Whitespace
|