mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
---input---
|
|
'#' - 1 #This is the comment
|
|
|
|
---tokens---
|
|
"'#'" Literal.String.Single
|
|
' ' Text.Whitespace
|
|
'-' Operator
|
|
' ' Text.Whitespace
|
|
'1' Literal.Number
|
|
' ' Text.Whitespace
|
|
'#This is the comment' Comment.Single
|
|
'\n' Text.Whitespace
|