mirror of
https://github.com/github/semantic.git
synced 2024-12-19 12:51:52 +03:00
18 lines
262 B
Plaintext
18 lines
262 B
Plaintext
(Program
|
|
(Module
|
|
(Identifier))
|
|
(Function
|
|
(Empty)
|
|
(
|
|
(Identifier))
|
|
([])
|
|
(Assignment
|
|
(Identifier)
|
|
(Composite
|
|
(Array
|
|
(Identifier))
|
|
(
|
|
(Integer)
|
|
(Integer)
|
|
(Integer))))))
|