Allow values as top-level statements.

Refs #5846
This commit is contained in:
Gunnar Beutner 2014-03-22 09:50:44 +01:00
parent ddbbd42c4b
commit 24e029bdb0
1 changed files with 5 additions and 0 deletions

View File

@ -207,6 +207,11 @@ statements: /* empty */
;
statement: object | type | include | include_recursive | library | variable | apply
{ }
| value
{
delete $1;
}
;
include: T_INCLUDE value