mirror of
https://github.com/github/semantic.git
synced 2024-12-01 00:33:59 +03:00
27 lines
404 B
Plaintext
27 lines
404 B
Plaintext
(Program
|
|
{ (BAnd
|
|
{-(Send
|
|
{-(Identifier)-})-}
|
|
{-(Send
|
|
{-(Identifier)-})-})
|
|
->(BOr
|
|
{+(Send
|
|
{+(Identifier)+})+}
|
|
{+(Send
|
|
{+(Identifier)+})+}) }
|
|
{ (LShift
|
|
{-(Send
|
|
{-(Identifier)-})-}
|
|
{-(Send
|
|
{-(Identifier)-})-})
|
|
->(RShift
|
|
{+(Send
|
|
{+(Identifier)+})+}
|
|
{+(Send
|
|
{+(Identifier)+})+}) }
|
|
{+(BXOr
|
|
{+(Send
|
|
{+(Identifier)+})+}
|
|
{+(Send
|
|
{+(Identifier)+})+})+})
|