mirror of
https://github.com/github/semantic.git
synced 2024-12-19 12:51:52 +03:00
18 lines
261 B
Plaintext
18 lines
261 B
Plaintext
(Program
|
|
(Module
|
|
(Identifier))
|
|
(Function
|
|
(Empty)
|
|
(
|
|
(Identifier))
|
|
([])
|
|
(
|
|
(Assignment
|
|
(Identifier)
|
|
{ (Complex)
|
|
->(Complex) })
|
|
(Assignment
|
|
(Identifier)
|
|
{ (Complex)
|
|
->(Complex) }))))
|