mirror of
https://github.com/github/semantic.git
synced 2024-12-19 04:41:47 +03:00
15 lines
278 B
Plaintext
15 lines
278 B
Plaintext
(Program
|
|
(Function
|
|
{ (Identifier)
|
|
->(Identifier) }
|
|
{ (Params
|
|
(Other "required_parameter"
|
|
(Identifier))
|
|
(Other "required_parameter"
|
|
(Identifier)))
|
|
->(Params) }
|
|
{+(Return
|
|
(Boolean))+}
|
|
{-(ExpressionStatements
|
|
(Identifier))-}))
|