summaryrefslogtreecommitdiff
path: root/source/compiler/asltokens.y
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler/asltokens.y')
-rw-r--r--source/compiler/asltokens.y6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/compiler/asltokens.y b/source/compiler/asltokens.y
index 511fa9bd53fb..d52bb500bff2 100644
--- a/source/compiler/asltokens.y
+++ b/source/compiler/asltokens.y
@@ -452,8 +452,14 @@ NoEcho('
%left <i> PARSEOP_EXP_INCREMENT
PARSEOP_EXP_DECREMENT
+/* Brackets for Index() support */
+
+%left <i> PARSEOP_EXP_INDEX_LEFT
+%right <i> PARSEOP_EXP_INDEX_RIGHT
+
%token <i> PARSEOP_PRINTF
%token <i> PARSEOP_FPRINTF
+
/* Specific parentheses tokens are not used at this time */
/* PARSEOP_EXP_PAREN_OPEN */
/* PARSEOP_EXP_PAREN_CLOSE */