From 54f2dbfdb48b3ed10a505f3b8e7f53abb85a3c13 Mon Sep 17 00:00:00 2001 From: clifford Date: Thu, 11 Mar 2010 09:25:31 +0000 Subject: Clifford Wolf: Fixed binding of ? : operator git-svn-id: http://svn.clifford.at/openscad/trunk@483 b57f626f-c46c-0410-a088-ec61d464b74c diff --git a/src/parser.y b/src/parser.y index 4bae6a3..e339859 100644 --- a/src/parser.y +++ b/src/parser.y @@ -92,6 +92,8 @@ public: %token LE GE EQ NE AND OR +%right '?' ':' + %left OR %left AND @@ -103,8 +105,6 @@ public: %left '[' ']' %left '.' -%right '?' ':' - %type expr %type vector_expr -- cgit v0.10.1