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