mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
43 lines
1021 B
Plaintext
43 lines
1021 B
Plaintext
---input---
|
|
instr/**/1,/**/N_a_M_e_,/**/+Name/**///
|
|
iDuration = p3
|
|
outc:a(aSignal)
|
|
endin
|
|
|
|
---tokens---
|
|
'instr' Keyword.Declaration
|
|
'/**/' Comment.Multiline
|
|
'1' Name.Function
|
|
',' Punctuation
|
|
'/**/' Comment.Multiline
|
|
'N_a_M_e_' Name.Function
|
|
',' Punctuation
|
|
'/**/' Comment.Multiline
|
|
'+' Punctuation
|
|
'Name' Name.Function
|
|
'/**/' Comment.Multiline
|
|
'//' Comment.Single
|
|
'\n' Text.Whitespace
|
|
|
|
' ' Text.Whitespace
|
|
'i' Keyword.Type
|
|
'Duration' Name
|
|
' ' Text.Whitespace
|
|
'=' Operator
|
|
' ' Text.Whitespace
|
|
'p3' Name.Variable.Instance
|
|
'\n' Text.Whitespace
|
|
|
|
' ' Text.Whitespace
|
|
'outc' Name.Builtin
|
|
':' Punctuation
|
|
'a' Keyword.Type
|
|
'(' Punctuation
|
|
'a' Keyword.Type
|
|
'Signal' Name
|
|
')' Punctuation
|
|
'\n' Text.Whitespace
|
|
|
|
'endin' Keyword.Declaration
|
|
'\n' Text.Whitespace
|