mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
15 lines
385 B
Plaintext
15 lines
385 B
Plaintext
|
---input---
|
||
|
fr"x={4*10}"
|
||
|
|
||
|
---tokens---
|
||
|
'fr' Literal.String.Affix
|
||
|
'"' Literal.String.Double
|
||
|
'x=' Literal.String.Double
|
||
|
'{' Literal.String.Interpol
|
||
|
'4' Literal.Number.Integer
|
||
|
'*' Operator
|
||
|
'10' Literal.Number.Integer
|
||
|
'}' Literal.String.Interpol
|
||
|
'"' Literal.String.Double
|
||
|
'\n' Text.Whitespace
|