mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
19 lines
474 B
Plaintext
19 lines
474 B
Plaintext
---input---
|
|
f"{i}:{d[i]}"
|
|
|
|
---tokens---
|
|
'f' Literal.String.Affix
|
|
'"' Literal.String.Double
|
|
'{' Literal.String.Interpol
|
|
'i' Name
|
|
'}' Literal.String.Interpol
|
|
':' Literal.String.Double
|
|
'{' Literal.String.Interpol
|
|
'd' Name
|
|
'[' Punctuation
|
|
'i' Name
|
|
']' Punctuation
|
|
'}' Literal.String.Interpol
|
|
'"' Literal.String.Double
|
|
'\n' Text.Whitespace
|