mirror of
https://github.com/github/semantic.git
synced 2024-11-28 18:23:44 +03:00
40 lines
744 B
Plaintext
40 lines
744 B
Plaintext
(Program
|
|
(Module
|
|
(Identifier))
|
|
(Function
|
|
(Identifier)
|
|
(Args)
|
|
(For
|
|
(FunctionCall
|
|
(Identifier))
|
|
(Other "goto_statement"
|
|
(Identifier)))
|
|
(For
|
|
(Other "expression_list"
|
|
(Identifier))
|
|
(Identifier)
|
|
(FunctionCall
|
|
(Identifier))
|
|
(Break
|
|
(Identifier)))
|
|
(For
|
|
(FunctionCall
|
|
(Identifier))
|
|
(Continue
|
|
(Identifier)))
|
|
(For
|
|
(RelationalOperator
|
|
(Identifier)
|
|
(Other "<")
|
|
(NumberLiteral))
|
|
(IncrementStatement)
|
|
(FunctionCall
|
|
(Identifier))
|
|
(Continue))
|
|
(For
|
|
(ExpressionStatements
|
|
(FunctionCall
|
|
(Identifier)
|
|
(Identifier))
|
|
(Break)))))
|