mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
13 lines
248 B
Plaintext
13 lines
248 B
Plaintext
---input---
|
|
f(1, a)
|
|
|
|
---tokens---
|
|
'f' Name.Function
|
|
'(' Punctuation
|
|
'1' Literal.Number
|
|
',' Punctuation
|
|
' ' Text.Whitespace
|
|
'a' Name
|
|
')' Punctuation
|
|
'\n' Text.Whitespace
|