vhdlpp: Treat range as an expression.

This commit is contained in:
Maciej Suminski 2016-02-02 16:24:24 +01:00
parent 5488ea1e2c
commit f584b4ea50
1 changed files with 2 additions and 0 deletions

View File

@ -1149,6 +1149,8 @@ expression_list
expression
: expression_logical
{ $$ = $1; }
| range
{ $$ = $1; }
;
/*