mirror of
https://github.com/github/semantic.git
synced 2024-12-22 14:21:31 +03:00
13 lines
204 B
Plaintext
13 lines
204 B
Plaintext
(Program
|
|
(Function
|
|
{ (Identifier)
|
|
->(Identifier) }
|
|
{ (Params)
|
|
->(Params
|
|
(Identifier)
|
|
(Identifier)) }
|
|
{+(ExpressionStatements
|
|
(Identifier))+}
|
|
{-(Return
|
|
(Boolean))-}))
|