mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
---input---
|
|
@"good bye"
|
|
|
|
---tokens---
|
|
'@"' Literal.String
|
|
'good bye' Literal.String
|
|
'"' Literal.String
|
|
'\n' Text.Whitespace
|