mirror of
https://github.com/github/semantic.git
synced 2025-01-05 14:11:33 +03:00
38 lines
717 B
Plaintext
38 lines
717 B
Plaintext
|
{+(Program
|
||
|
(Module
|
||
|
(Identifier))
|
||
|
(Function
|
||
|
(Identifier)
|
||
|
(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)))))+}
|