evincarofautumn / kitten

A statically typed concatenative systems programming language.
http://kittenlang.org/
Other
1.09k stars 39 forks source link

floatToInt, intToFloat and (**.) intrinsics. fixedpoint combinator. testcase for computing digits of pi. #151

Closed lewurm closed 7 years ago

lewurm commented 9 years ago

however, the C-backend is buggy. is it possible to annotate a testcase with "this is failing for C, don't complain"? Or should it be rather fixed before it is getting merged (I haven't looked into it yet)?

what do you prefer?

evincarofautumn commented 7 years ago

Thanks for doing this with me. :) For the new compiler, I’ve got fix in 1d33f7935c07e41f4408fd941bf3461c09895288 on master, exponentiation in a branch, and a more general approach to casting in #181, so I’m closing this.

lewurm commented 7 years ago

nice! it was a fun hacking session 🙂