mirror of
https://github.com/github/semantic.git
synced 2024-12-01 00:33:59 +03:00
22 lines
349 B
Plaintext
22 lines
349 B
Plaintext
(Program
|
|
(Subscript
|
|
(Send
|
|
{ (Identifier)
|
|
->(Identifier) })
|
|
{+(TextElement)+}
|
|
{-(Send
|
|
{-(Identifier)-})-})
|
|
(Subscript
|
|
(Send
|
|
{ (Identifier)
|
|
->(Identifier) })
|
|
{ (Symbol)
|
|
->(Symbol) })
|
|
{-(Assignment
|
|
{-(Subscript
|
|
{-(Send
|
|
{-(Identifier)-})-}
|
|
{-(Send
|
|
{-(Identifier)-})-})-}
|
|
{-(Integer)-})-})
|