2017-02-23 01:36:22 +03:00
|
|
|
(Program
|
2017-08-16 20:13:48 +03:00
|
|
|
{+(MethodCall
|
|
|
|
(Identifier)
|
|
|
|
(Object))+}
|
|
|
|
{+(MethodCall
|
|
|
|
(Identifier)
|
|
|
|
(Identifier))+}
|
|
|
|
(MethodCall
|
|
|
|
(Identifier)
|
|
|
|
(Params
|
|
|
|
{ (Identifier)
|
|
|
|
->(Identifier) }
|
|
|
|
{+(KeywordParameter
|
2017-08-03 18:19:23 +03:00
|
|
|
(Identifier)
|
2017-08-16 20:13:48 +03:00
|
|
|
(Boolean))+}
|
|
|
|
{+(OptionalParameter
|
|
|
|
(Identifier)
|
|
|
|
(Identifier))+})
|
|
|
|
{+(IntegerLiteral)+}
|
|
|
|
{-(Binary
|
|
|
|
(Identifier)
|
|
|
|
(Other "+")
|
|
|
|
(IntegerLiteral))-})
|
2017-08-03 18:19:23 +03:00
|
|
|
{+(AnonymousFunction
|
|
|
|
(ExpressionStatements))+}
|
2017-07-06 00:51:12 +03:00
|
|
|
{+(AnonymousFunction
|
2017-08-03 18:19:23 +03:00
|
|
|
(ExpressionStatements
|
|
|
|
(Identifier)))+}
|
2017-07-06 00:51:12 +03:00
|
|
|
{+(AnonymousFunction
|
|
|
|
(Identifier)
|
2017-08-03 18:19:23 +03:00
|
|
|
(ExpressionStatements
|
|
|
|
(IntegerLiteral)))+}
|
2017-07-06 00:51:12 +03:00
|
|
|
{+(AnonymousFunction
|
2017-08-03 18:19:23 +03:00
|
|
|
(Identifier)
|
|
|
|
(SplatParameter
|
|
|
|
(Identifier))
|
|
|
|
(Other "destructured_parameter"
|
2017-07-06 00:51:12 +03:00
|
|
|
(Identifier)
|
2017-08-03 18:19:23 +03:00
|
|
|
(Identifier))
|
|
|
|
(ExpressionStatements))+})
|