mirror of
https://github.com/github/semantic.git
synced 2024-12-03 00:16:52 +03:00
46 lines
630 B
Plaintext
46 lines
630 B
Plaintext
(Program
|
|
(Package
|
|
(Identifier))
|
|
(Function
|
|
(Empty)
|
|
(Identifier)
|
|
([])
|
|
([]))
|
|
(Function
|
|
(Empty)
|
|
{ (Identifier)
|
|
->(Identifier) }
|
|
([])
|
|
(Call
|
|
(Identifier)
|
|
([])
|
|
(Empty)))
|
|
(Function
|
|
(Empty)
|
|
{ (Identifier)
|
|
->(Identifier) }
|
|
([])
|
|
(
|
|
(Call
|
|
(Identifier)
|
|
([])
|
|
(Empty))
|
|
(Call
|
|
(Identifier)
|
|
([])
|
|
(Empty))))
|
|
(Function
|
|
(Empty)
|
|
{ (Identifier)
|
|
->(Identifier) }
|
|
([])
|
|
(
|
|
(Call
|
|
(Identifier)
|
|
([])
|
|
(Empty))
|
|
(Call
|
|
(Identifier)
|
|
([])
|
|
(Empty)))))
|