mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
24 lines
481 B
Plaintext
24 lines
481 B
Plaintext
(Program
|
|
(For
|
|
(Assignment
|
|
(Identifier)
|
|
(NumberLiteral))
|
|
(RelationalOperator
|
|
(Identifier)
|
|
(Other "<")
|
|
(NumberLiteral))
|
|
(MathOperator
|
|
(Identifier)
|
|
(Other "++"))
|
|
(ExpressionStatements
|
|
(If
|
|
(RelationalOperator
|
|
(Identifier)
|
|
(Other "===")
|
|
(NumberLiteral))
|
|
(ExpressionStatements
|
|
{+(Continue)+}
|
|
{-(Break)-}))
|
|
(ExpressionStatements
|
|
(Identifier)))))
|