mirror of
https://github.com/github/semantic.git
synced 2025-01-03 04:51:57 +03:00
14 lines
286 B
Plaintext
14 lines
286 B
Plaintext
{-(Program
|
|
(ExpressionStatements
|
|
(FunctionCall
|
|
(Identifier)
|
|
(Identifier)
|
|
(Function
|
|
(Params
|
|
(Other "required_parameter"
|
|
(Identifier)))
|
|
(Return
|
|
(MemberAccess
|
|
(Identifier)
|
|
(Identifier)))))))-}
|