mirror of
https://github.com/github/semantic.git
synced 2024-12-23 23:11:50 +03:00
33 lines
661 B
Plaintext
33 lines
661 B
Plaintext
(Program
|
|
{+(AnonymousFunction)+}
|
|
{+(AnonymousFunction
|
|
(Identifier))+}
|
|
(AnonymousFunction
|
|
{ (Identifier)
|
|
->(Identifier) }
|
|
{+(KeywordParameter
|
|
(Identifier)
|
|
(Boolean))+}
|
|
{+(OptionalParameter
|
|
(Identifier)
|
|
(Identifier))+}
|
|
{ (Binary
|
|
(Identifier)
|
|
(Other "+")
|
|
(IntegerLiteral))
|
|
->(IntegerLiteral) })
|
|
{+(AnonymousFunction)+}
|
|
{+(AnonymousFunction
|
|
(Identifier))+}
|
|
{+(AnonymousFunction
|
|
(Identifier)
|
|
(IntegerLiteral))+}
|
|
{+(AnonymousFunction
|
|
(Params
|
|
(Identifier)
|
|
(SplatParameter
|
|
(Identifier))
|
|
(Other "destructured_parameter"
|
|
(Identifier)
|
|
(Identifier))))+})
|