mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
|
---input---
|
||
|
"hello there"
|
||
|
|
||
|
---tokens---
|
||
|
'"' Literal.String
|
||
|
'hello there' Literal.String
|
||
|
'"' Literal.String
|
||
|
'\n' Text.Whitespace
|