mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
19 lines
426 B
Plaintext
19 lines
426 B
Plaintext
|
---input---
|
||
|
def < (y: String): Boolean
|
||
|
|
||
|
---tokens---
|
||
|
'def' Keyword
|
||
|
' ' Text.Whitespace
|
||
|
'<' Name.Function
|
||
|
' ' Text.Whitespace
|
||
|
'(' Punctuation
|
||
|
'y' Name
|
||
|
':' Punctuation
|
||
|
' ' Text.Whitespace
|
||
|
'String' Name.Class
|
||
|
')' Punctuation
|
||
|
':' Punctuation
|
||
|
' ' Text.Whitespace
|
||
|
'Boolean' Name.Class
|
||
|
'\n' Text.Whitespace
|