mirror of
https://github.com/github/semantic.git
synced 2024-12-25 16:02:43 +03:00
11 lines
195 B
Plaintext
11 lines
195 B
Plaintext
(Program
|
|
(ExpressionStatements
|
|
{ (BooleanOperator
|
|
(Identifier)
|
|
(Other "||")
|
|
(Identifier))
|
|
->(BooleanOperator
|
|
(Identifier)
|
|
(Other "&&")
|
|
(Identifier)) }))
|