12 lines
302 B
Text
12 lines
302 B
Text
---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
|