mirror of
https://github.com/CyC2018/CS-Notes.git
synced 2025-07-15 00:52:20 +08:00
15 lines
312 B
Plaintext
15 lines
312 B
Plaintext
:Foo
|
|
Foo::Bar
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["symbol", ":Foo"],
|
|
["constant", "Foo"],
|
|
["punctuation", ":"], ["punctuation", ":"],
|
|
["constant", "Bar"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Ensures module syntax is not confused with symbols. See #1336 |