mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
14 lines
298 B
Plaintext
14 lines
298 B
Plaintext
---input---
|
|
a?/foo/:1/2;
|
|
|
|
---tokens---
|
|
'a' Name.Other
|
|
'?' Operator
|
|
'/foo/' Literal.String.Regex
|
|
':' Operator
|
|
'1' Literal.Number.Integer
|
|
'/' Operator
|
|
'2' Literal.Number.Integer
|
|
';' Punctuation
|
|
'\n' Text.Whitespace
|