mirror of
https://github.com/github/semantic.git
synced 2024-12-22 14:21:31 +03:00
23 lines
480 B
Plaintext
23 lines
480 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)))))
|