mirror of
https://github.com/github/semantic.git
synced 2025-01-03 13:02:37 +03:00
23 lines
463 B
Plaintext
23 lines
463 B
Plaintext
|
{-(Program
|
||
|
(For
|
||
|
(Assignment
|
||
|
(Identifier)
|
||
|
(NumberLiteral))
|
||
|
(RelationalOperator
|
||
|
(Identifier)
|
||
|
(Other "<")
|
||
|
(NumberLiteral))
|
||
|
(MathOperator
|
||
|
(Identifier)
|
||
|
(Other "++"))
|
||
|
(ExpressionStatements
|
||
|
(If
|
||
|
(RelationalOperator
|
||
|
(Identifier)
|
||
|
(Other "===")
|
||
|
(NumberLiteral))
|
||
|
(ExpressionStatements
|
||
|
(Continue)))
|
||
|
(ExpressionStatements
|
||
|
(Identifier)))))-}
|