From 815424c2ec96f461ea10a91d9955071271c5c64f Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 4 Aug 2010 13:44:09 -0700 Subject: Fix pexp parser to do left-associativity, not right. Closes #130. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index afea1af3..67415989 100644 --- a/src/Makefile +++ b/src/Makefile @@ -489,6 +489,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ obj-recursion.rs \ obj-return-polytypes.rs \ obj-with-vec.rs \ + operator-associativity.rs \ output-slot-variants.rs \ pred.rs \ preempt.rs \ -- cgit v1.2.3