shithub: mc

Download patch

ref: e91e8cce466408f4a45222c0b57a4261de87545c
parent: 8c2f25a93f4e2e771a469091d52c96a9debc434c
author: Ori Bernstein <[email protected]>
date: Wed Jun 6 16:46:39 EDT 2012

Add simple floating point test

--- /dev/null
+++ b/test/float.myr
@@ -1,0 +1,3 @@
+const main = {
+	-> 42.0 + 42.0
+}