mirror of
https://github.com/github/semantic.git
synced 2024-11-29 02:44:36 +03:00
45 lines
934 B
Plaintext
45 lines
934 B
Plaintext
(Program
|
|
(Module
|
|
(Identifier))
|
|
(Function
|
|
(Empty)
|
|
(Identifier)
|
|
(Select
|
|
(
|
|
(Communication
|
|
(Receive
|
|
{ (Identifier)
|
|
->(Identifier) }
|
|
(Identifier))
|
|
(Call
|
|
(Identifier)
|
|
(Identifier)
|
|
(Empty)))
|
|
(Communication
|
|
(Send
|
|
{ (Identifier)
|
|
->(Identifier) }
|
|
(Identifier))
|
|
(Call
|
|
(Identifier)
|
|
(Integer)
|
|
(Empty)))
|
|
(Communication
|
|
(Receive
|
|
(Empty)
|
|
(Call
|
|
(MemberAccess
|
|
(Identifier)
|
|
(Identifier))
|
|
{ (Integer)
|
|
->(Integer) }
|
|
(Empty)))
|
|
(Call
|
|
(Identifier)
|
|
(Integer)
|
|
(Empty)))
|
|
(Communication
|
|
(DefaultCommunication)
|
|
(Return
|
|
(Empty)))))))
|