mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
15 lines
382 B
Plaintext
15 lines
382 B
Plaintext
---input---
|
|
f"x = {x:+3}"
|
|
|
|
---tokens---
|
|
'f' Literal.String.Affix
|
|
'"' Literal.String.Double
|
|
'x = ' Literal.String.Double
|
|
'{' Literal.String.Interpol
|
|
'x' Name
|
|
':' Literal.String.Interpol
|
|
'+3' Literal.String.Double
|
|
'}' Literal.String.Interpol
|
|
'"' Literal.String.Double
|
|
'\n' Text.Whitespace
|