From 2ae1c01c1b0b7d24fa2eeff3545b375d25c18c66 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Sun, 24 Jan 2010 12:00:22 +1000 Subject: Simplify expr evaluation --- BUGS | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'BUGS') diff --git a/BUGS b/BUGS index 03cc8d2..927770d 100644 --- a/BUGS +++ b/BUGS @@ -1,3 +1,11 @@ -Known bugs: +Known bugs +========== -EXPR: ?: is not lazy. Functions like sin(), cos(), not implemented. +expr +---- + +right-to-left associativity of ?: is not 100% correct. +1?2:0?3:4 should be 2, not 3. + +Math functions like sin(), cos(), are not implemented +to avoid requiring libm. Could be a configuration option. -- cgit v1.1