mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-12 12:51:13 -03:00
17 lines
380 B
Plaintext
17 lines
380 B
Plaintext
---input---
|
|
val (a, b) =
|
|
|
|
---tokens---
|
|
'val' Keyword.Declaration
|
|
' ' Text.Whitespace
|
|
'(' Punctuation
|
|
'a' Name.Variable
|
|
',' Punctuation
|
|
' ' Text.Whitespace
|
|
'b' Name.Variable
|
|
')' Punctuation
|
|
' ' Text.Whitespace
|
|
'=' Operator
|
|
' ' Text.Whitespace
|
|
'\n' Text.Whitespace
|