mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
21 lines
454 B
Plaintext
21 lines
454 B
Plaintext
---input---
|
|
selected("Sound", i+(a*b))
|
|
|
|
---tokens---
|
|
'selected' Name.Function
|
|
'(' Punctuation
|
|
'"' Literal.String
|
|
'Sound' Literal.String
|
|
'"' Literal.String
|
|
',' Punctuation
|
|
' ' Text.Whitespace
|
|
'i' Text
|
|
'+' Operator
|
|
'(' Text
|
|
'a' Text
|
|
'*' Operator
|
|
'b' Text
|
|
')' Punctuation
|
|
')' Punctuation
|
|
'\n' Text.Whitespace
|