aboutsummaryrefslogtreecommitdiff
path: root/BUGS
blob: 927770d21ee329e04d400ade4207fd3ddb852e7c (plain)
1
2
3
4
5
6
7
8
9
10
11
Known bugs
==========

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.