13 lines
287 B
Text
13 lines
287 B
Text
---input---
|
|
'(:a :b :c)
|
|
|
|
---tokens---
|
|
"'" Operator
|
|
'(' Punctuation
|
|
':a' Name.Constant
|
|
' ' Text.Whitespace
|
|
':b' Name.Constant
|
|
' ' Text.Whitespace
|
|
':c' Name.Constant
|
|
')' Punctuation
|
|
'\n' Text.Whitespace
|