1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00
semantic/test/fixtures/go/for-statements.diffA-B.txt

83 lines
1.8 KiB
Plaintext
Raw Normal View History

2017-02-23 21:06:49 +03:00
(Program
(Module
(Identifier))
(Function
(Identifier)
(Args)
2017-05-24 21:42:12 +03:00
{ (For
2017-09-10 01:41:12 +03:00
{-(ExpressionStatements
{-(FunctionCall
{-(Identifier)-})-}
{-(Other "goto_statement"
{-(Identifier)-})-})-})
2017-05-24 21:42:12 +03:00
->(For
2017-09-10 01:41:12 +03:00
{+(FunctionCall
{+(Identifier)+})+}
{+(Other "goto_statement"
{+(Identifier)+})+}) }
2017-02-23 21:06:49 +03:00
{+(For
2017-09-10 01:41:12 +03:00
{+(Other "expression_list"
{+(Identifier)+})+}
{+(Identifier)+}
{+(FunctionCall
{+(Identifier)+})+}
{+(Break
{+(Identifier)+})+})+}
2017-02-23 21:06:49 +03:00
{+(For
2017-09-10 01:41:12 +03:00
{+(FunctionCall
{+(Identifier)+})+}
{+(Continue
{+(Identifier)+})+})+}
2017-02-23 21:06:49 +03:00
{+(For
2017-09-10 01:41:12 +03:00
{+(RelationalOperator
{+(Identifier)+}
{+(Other "<")+}
2017-09-10 01:41:12 +03:00
{+(NumberLiteral)+})+}
{+(IncrementStatement)+}
{+(FunctionCall
{+(Identifier)+})+}
{+(Continue)+})+}
2017-05-24 21:42:12 +03:00
{+(For
2017-09-10 01:41:12 +03:00
{+(ExpressionStatements
{+(FunctionCall
{+(Identifier)+}
{+(Identifier)+})+}
{+(Break)+})+})+}
2017-02-23 21:06:49 +03:00
{-(For
2017-09-10 01:41:12 +03:00
{-(VarDecl
{-(Other "expression_list"
{-(Identifier)-})-}
{-(Other "expression_list"
{-(NumberLiteral)-})-})-}
{-(RelationalOperator
{-(Identifier)-}
{-(Other "<")-}
2017-09-10 01:41:12 +03:00
{-(NumberLiteral)-})-}
{-(IncrementStatement)-}
{-(FunctionCall
{-(Identifier)-})-}
{-(Break
{-(Identifier)-})-})-}
2017-02-23 21:06:49 +03:00
{-(For
2017-09-10 01:41:12 +03:00
{-(RelationalOperator
{-(Identifier)-}
{-(Other "<")-}
2017-09-10 01:41:12 +03:00
{-(NumberLiteral)-})-}
{-(IncrementStatement)-}
{-(FunctionCall
{-(Identifier)-})-}
{-(Continue
{-(Identifier)-})-})-}
2017-02-23 21:06:49 +03:00
{-(For
2017-09-10 01:41:12 +03:00
{-(FunctionCall
{-(Identifier)-})-}
{-(Continue)-})-}
2017-02-23 21:06:49 +03:00
{-(For
2017-09-10 01:41:12 +03:00
{-(Other "expression_list"
{-(Identifier)-})-}
{-(Identifier)-}
{-(FunctionCall
{-(Identifier)-}
{-(Identifier)-})-}
{-(Break)-})-}))