mirror of
https://github.com/github/semantic.git
synced 2024-12-24 23:42:31 +03:00
62 lines
1.4 KiB
Plaintext
62 lines
1.4 KiB
Plaintext
(Program
|
|
(Module
|
|
(Identifier))
|
|
(Function
|
|
(Identifier)
|
|
(Args)
|
|
(If
|
|
(FunctionCall
|
|
(Identifier))
|
|
(ExpressionStatements
|
|
(FunctionCall
|
|
(Identifier))))
|
|
(If
|
|
(Other "if_initializer"
|
|
(VarDecl
|
|
(Other "expression_list"
|
|
(Identifier))
|
|
(Other "expression_list"
|
|
(FunctionCall
|
|
(Identifier)))))
|
|
(Identifier)
|
|
(ExpressionStatements
|
|
(FunctionCall
|
|
(Identifier))))
|
|
(If
|
|
(FunctionCall
|
|
(Identifier))
|
|
(ExpressionStatements
|
|
(FunctionCall
|
|
(Identifier)))
|
|
(Other "else_clause"
|
|
(ExpressionStatements
|
|
(FunctionCall
|
|
(Identifier)))))
|
|
(If
|
|
(Other "if_initializer"
|
|
(VarDecl
|
|
(Other "expression_list"
|
|
(Identifier))
|
|
(Other "expression_list"
|
|
(NumberLiteral))))
|
|
(RelationalOperator
|
|
(Identifier)
|
|
(Other "<")
|
|
(NumberLiteral))
|
|
(ExpressionStatements
|
|
(FunctionCall
|
|
(Identifier)))
|
|
(Other "else_clause"
|
|
(If
|
|
(RelationalOperator
|
|
(Identifier)
|
|
(Other "<")
|
|
(NumberLiteral))
|
|
(ExpressionStatements
|
|
(FunctionCall
|
|
(Identifier)))
|
|
(Other "else_clause"
|
|
(ExpressionStatements
|
|
(FunctionCall
|
|
(Identifier)))))))))
|