mirror of
https://github.com/github/semantic.git
synced 2024-11-28 18:23:44 +03:00
40 lines
876 B
Plaintext
40 lines
876 B
Plaintext
(Program
|
|
(Module
|
|
(Identifier))
|
|
(Function
|
|
(Identifier)
|
|
(Args)
|
|
(Select
|
|
(Case
|
|
(Other "receive_statement"
|
|
(Other "expression_list"
|
|
{ (Identifier)
|
|
->(Identifier) })
|
|
(Operator
|
|
(Identifier))))
|
|
(FunctionCall
|
|
(Identifier)
|
|
(Identifier))
|
|
(Case
|
|
(Send
|
|
{ (Identifier)
|
|
->(Identifier) }
|
|
(Identifier)))
|
|
(FunctionCall
|
|
(Identifier)
|
|
(NumberLiteral))
|
|
(Case
|
|
(Other "receive_statement"
|
|
(Operator
|
|
(FunctionCall
|
|
(SubscriptAccess
|
|
(Identifier)
|
|
(Identifier))
|
|
{ (NumberLiteral)
|
|
->(NumberLiteral) }))))
|
|
(FunctionCall
|
|
(Identifier)
|
|
(NumberLiteral))
|
|
(Other "default_communication_case")
|
|
(Return))))
|