mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-12 12:51:13 -03:00
17 lines
431 B
Plaintext
17 lines
431 B
Plaintext
---input---
|
|
f"{ chr(65) =}"
|
|
|
|
---tokens---
|
|
'f' Literal.String.Affix
|
|
'"' Literal.String.Double
|
|
'{' Literal.String.Interpol
|
|
' ' Text.Whitespace
|
|
'chr' Name.Builtin
|
|
'(' Punctuation
|
|
'65' Literal.Number.Integer
|
|
')' Punctuation
|
|
' ' Text.Whitespace
|
|
'=}' Literal.String.Interpol
|
|
'"' Literal.String.Double
|
|
'\n' Text.Whitespace
|