mirror of
https://github.com/github/semantic.git
synced 2024-12-21 22:01:46 +03:00
14 lines
183 B
Plaintext
14 lines
183 B
Plaintext
(Program
|
|
(Module
|
|
(Identifier))
|
|
(Function
|
|
(Empty)
|
|
(
|
|
(Identifier))
|
|
([])
|
|
(Send
|
|
{ (Identifier)
|
|
->(Identifier) }
|
|
{ (Integer)
|
|
->(Integer) })))
|