mirror of
https://github.com/github/semantic.git
synced 2024-12-19 21:01:35 +03:00
26 lines
410 B
Plaintext
26 lines
410 B
Plaintext
(Program
|
|
{ (Binary
|
|
(Identifier)
|
|
(Other "==")
|
|
(Identifier))
|
|
->(Binary
|
|
(Identifier)
|
|
(Other "<=>")
|
|
(Identifier)) }
|
|
{ (Binary
|
|
(Identifier)
|
|
(Other "!=")
|
|
(Identifier))
|
|
->(Binary
|
|
(Identifier)
|
|
(Other "=~")
|
|
(Identifier)) }
|
|
{+(Assignment
|
|
(Identifier)
|
|
(Unary
|
|
(Other "!")
|
|
(Identifier)))+}
|
|
{-(Binary
|
|
(Identifier)
|
|
(Other "===")
|
|
(Identifier))-}) |