mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
---input---
|
|
package p1.p2:
|
|
|
|
---tokens---
|
|
'package' Keyword
|
|
' ' Text.Whitespace
|
|
'p1' Name.Namespace
|
|
'.' Punctuation
|
|
'p2' Name
|
|
':' Punctuation
|
|
'\n' Text.Whitespace
|