Closed francescoagati closed 12 years ago
Thanks for the bug report, looks like this is a result of converting dots to backslashes to support PHP namespacing. Should be able to fix soon.
Fixed in the following commit: https://github.com/Scriptor/pharen/commit/3fb7ab732a2af834689ed54da7d1c15703273d01
the test func_calls.phn not pass. The problem is for float numbers. This form
(check (+ 1 2 3.1) 6.1)
is compiled incheck((1 + 2 + 3\1), 6\1);
The code that generate this is here