mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-12 04:41:12 -03:00
9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
---input---
|
|
'1 //'
|
|
|
|
---tokens---
|
|
"'" Error
|
|
'1' Literal.Number.Integer
|
|
' ' Text.Whitespace
|
|
"//'\n" Comment.Single
|