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