mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
19 lines
416 B
Plaintext
19 lines
416 B
Plaintext
|
---input---
|
||
|
([] of Int32).[]?(5)
|
||
|
|
||
|
---tokens---
|
||
|
'(' Punctuation
|
||
|
'[' Operator
|
||
|
']' Operator
|
||
|
' ' Text.Whitespace
|
||
|
'of' Keyword
|
||
|
' ' Text.Whitespace
|
||
|
'Int32' Name
|
||
|
')' Punctuation
|
||
|
'.' Operator
|
||
|
'[]?' Name.Operator
|
||
|
'(' Punctuation
|
||
|
'5' Literal.Number.Integer
|
||
|
')' Punctuation
|
||
|
'\n' Text.Whitespace
|