blob: 8701fad20710a4c65640854de5271308d902fec5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---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
|