mirror of
https://github.com/github/semantic.git
synced 2025-01-03 04:51:57 +03:00
20 lines
403 B
Plaintext
20 lines
403 B
Plaintext
|
(Program
|
||
|
(For
|
||
|
(Assignment
|
||
|
(Identifier)
|
||
|
(NumberLiteral))
|
||
|
(FunctionCall
|
||
|
(Identifier))
|
||
|
(RelationalOperator
|
||
|
(Identifier)
|
||
|
(Other "<")
|
||
|
{ (NumberLiteral)
|
||
|
->(NumberLiteral) })
|
||
|
(MathOperator
|
||
|
(Identifier)
|
||
|
(Other "++"))
|
||
|
(ExpressionStatements
|
||
|
(ExpressionStatements
|
||
|
(FunctionCall
|
||
|
(Identifier)
|
||
|
(Identifier))))))
|