summaryrefslogtreecommitdiff
path: root/src/compiler/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/parser.c')
-rw-r--r--src/compiler/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/parser.c b/src/compiler/parser.c
index 2ab8860..d508110 100644
--- a/src/compiler/parser.c
+++ b/src/compiler/parser.c
@@ -113,7 +113,7 @@ static constexpr ParserOrder PARSER_ORDER[] = {
ORDER_ARRAY(LEXER_TOKEN_SYMBOL_DEREFERENCE, ),
},
{
- .ltr = true,
+ .ltr = false,
ORDER_ARRAY(LEXER_TOKEN_SYMBOL_PLUS, LEXER_TOKEN_SYMBOL_MINUS,
LEXER_TOKEN_SYMBOL_ADDRESS, ),
},