mirror of
https://github.com/github/semantic.git
synced 2024-12-19 12:51:52 +03:00
13 lines
188 B
Plaintext
13 lines
188 B
Plaintext
(Statements
|
|
{+(And
|
|
{+(Identifier)+}
|
|
{+(Identifier)+})+}
|
|
(Or
|
|
{ (Identifier)
|
|
->(Identifier) }
|
|
{ (Identifier)
|
|
->(Identifier) })
|
|
{-(And
|
|
{-(Identifier)-}
|
|
{-(Identifier)-})-})
|