mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
16 lines
419 B
Plaintext
16 lines
419 B
Plaintext
---input---
|
|
f"*{n=:+<30}*"
|
|
|
|
---tokens---
|
|
'f' Literal.String.Affix
|
|
'"' Literal.String.Double
|
|
'*' Literal.String.Double
|
|
'{' Literal.String.Interpol
|
|
'n' Name
|
|
'=:' Literal.String.Interpol
|
|
'+<30' Literal.String.Double
|
|
'}' Literal.String.Interpol
|
|
'*' Literal.String.Double
|
|
'"' Literal.String.Double
|
|
'\n' Text.Whitespace
|