mirror of
https://github.com/github/semantic.git
synced 2024-12-23 14:54:16 +03:00
Add compoundStatement to statement
This commit is contained in:
parent
df973897fa
commit
83457d571c
@ -108,7 +108,7 @@ statement :: Assignment
|
|||||||
statement = handleError everything
|
statement = handleError everything
|
||||||
where
|
where
|
||||||
everything = choice [
|
everything = choice [
|
||||||
-- compoundStatement
|
compoundStatement
|
||||||
-- , namedLabelStatement
|
-- , namedLabelStatement
|
||||||
-- , expressionStatement
|
-- , expressionStatement
|
||||||
-- , selectionStatement
|
-- , selectionStatement
|
||||||
@ -123,7 +123,7 @@ statement = handleError everything
|
|||||||
-- , traitDeclaration
|
-- , traitDeclaration
|
||||||
-- , namespaceDefinition
|
-- , namespaceDefinition
|
||||||
-- , namespaceUseDeclaration
|
-- , namespaceUseDeclaration
|
||||||
globalDeclaration
|
, globalDeclaration
|
||||||
, functionStaticDeclaration
|
, functionStaticDeclaration
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user