mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
17 lines
363 B
Plaintext
17 lines
363 B
Plaintext
---input---
|
|
f"""{x
|
|
+1}"""
|
|
|
|
---tokens---
|
|
'f' Literal.String.Affix
|
|
'"""' Literal.String.Double
|
|
'{' Literal.String.Interpol
|
|
'x' Name
|
|
'\n' Text.Whitespace
|
|
|
|
'+' Operator
|
|
'1' Literal.Number.Integer
|
|
'}' Literal.String.Interpol
|
|
'"""' Literal.String.Double
|
|
'\n' Text.Whitespace
|