remove unnecessary value in expression term

This commit is contained in:
collin 2020-08-06 12:17:10 -07:00
parent 3d1edefedb
commit 6627837042

View File

@ -292,7 +292,6 @@ expression_term = {
| value
| expression_unary // must be defined below value to avoid conflicts with negative values
| expression_postfix
| value
| identifier
}