mirror of
https://github.com/github/semantic.git
synced 2024-12-21 13:51:44 +03:00
22 lines
458 B
Plaintext
22 lines
458 B
Plaintext
|
(Program
|
||
|
(For
|
||
|
(Assignment
|
||
|
(Identifier)
|
||
|
(NumberLiteral))
|
||
|
(RelationalOperator
|
||
|
(Identifier)
|
||
|
(Other "<")
|
||
|
(NumberLiteral))
|
||
|
(MathOperator
|
||
|
(Identifier)
|
||
|
(Other "++"))
|
||
|
(ExpressionStatements
|
||
|
(If
|
||
|
(RelationalOperator
|
||
|
(Identifier)
|
||
|
(Other "===")
|
||
|
(NumberLiteral))
|
||
|
(ExpressionStatements
|
||
|
(Continue)))
|
||
|
(ExpressionStatements
|
||
|
(Identifier)))))
|