mirror of
https://github.com/github/semantic.git
synced 2024-11-24 17:04:47 +03:00
23 lines
443 B
Plaintext
23 lines
443 B
Plaintext
(Program
|
|
(For
|
|
(BooleanOperator
|
|
(Operator
|
|
(Identifier)
|
|
(Other "in")
|
|
(Identifier))
|
|
(Other "&&")
|
|
(Assignment
|
|
(Identifier)
|
|
(NumberLiteral)))
|
|
(RelationalOperator
|
|
(Identifier)
|
|
(Other "<")
|
|
(Identifier))
|
|
(MathOperator
|
|
(Identifier)
|
|
(Other "++"))
|
|
(ExpressionStatements
|
|
(ExpressionStatements
|
|
(FunctionCall
|
|
(Identifier))))))
|