mirror of
https://github.com/github/semantic.git
synced 2024-12-20 21:31:48 +03:00
17 lines
254 B
Plaintext
17 lines
254 B
Plaintext
(Program
|
|
{ (BAnd
|
|
{-(Identifier)-}
|
|
{-(Identifier)-})
|
|
->(BOr
|
|
{+(Identifier)+}
|
|
{+(Identifier)+}) }
|
|
{ (LShift
|
|
{-(Identifier)-}
|
|
{-(Identifier)-})
|
|
->(RShift
|
|
{+(Identifier)+}
|
|
{+(Identifier)+}) }
|
|
{+(BXOr
|
|
{+(Identifier)+}
|
|
{+(Identifier)+})+})
|