mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
16 lines
377 B
Plaintext
16 lines
377 B
Plaintext
|
---input---
|
||
|
f"a={d[a]}"
|
||
|
|
||
|
---tokens---
|
||
|
'f' Literal.String.Affix
|
||
|
'"' Literal.String.Double
|
||
|
'a=' Literal.String.Double
|
||
|
'{' Literal.String.Interpol
|
||
|
'd' Name
|
||
|
'[' Punctuation
|
||
|
'a' Name
|
||
|
']' Punctuation
|
||
|
'}' Literal.String.Interpol
|
||
|
'"' Literal.String.Double
|
||
|
'\n' Text.Whitespace
|