12 lines
277 B
Text
12 lines
277 B
Text
---input---
|
|
@(:hello :there :friend)
|
|
|
|
---tokens---
|
|
'@(' Punctuation
|
|
':hello' Name.Constant
|
|
' ' Text.Whitespace
|
|
':there' Name.Constant
|
|
' ' Text.Whitespace
|
|
':friend' Name.Constant
|
|
')' Punctuation
|
|
'\n' Text.Whitespace
|