mirror of
https://github.com/github/semantic.git
synced 2024-12-18 20:31:55 +03:00
20 lines
301 B
Plaintext
20 lines
301 B
Plaintext
(Statements
|
|
(If
|
|
(Not
|
|
(Send
|
|
{ (Identifier)
|
|
->(Identifier) }))
|
|
(Statements
|
|
{+(Send
|
|
{+(Identifier)+})+})
|
|
{ (Empty)
|
|
->(Send
|
|
{+(Identifier)+}) })
|
|
{-(If
|
|
{-(Not
|
|
{-(Send
|
|
{-(Identifier)-})-})-}
|
|
{-(Statements
|
|
{-(Statements)-})-}
|
|
{-(Empty)-})-})
|