mirror of
https://github.com/github/semantic.git
synced 2024-11-29 02:44:36 +03:00
39 lines
724 B
Plaintext
39 lines
724 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)
|
|
(NumberLiteral))
|
|
(IncrementStatement)
|
|
(FunctionCall
|
|
(Identifier))
|
|
(Continue))
|
|
(For
|
|
(ExpressionStatements
|
|
(FunctionCall
|
|
(Identifier)
|
|
(Identifier))
|
|
(Break)))))
|