mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
11 lines
177 B
Plaintext
11 lines
177 B
Plaintext
---input---
|
|
a.b.C
|
|
|
|
---tokens---
|
|
'a' Name
|
|
'.' Punctuation
|
|
'b' Name
|
|
'.' Punctuation
|
|
'C' Name.Class
|
|
'\n' Text.Whitespace
|