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