We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b11fb commit aecbef1Copy full SHA for aecbef1
ChangeLog
@@ -12,6 +12,7 @@ v0.2 Thu Sep 11 10:28:32 CDT 2014 rurban
12
-L, and external compilers. bin/potion-s includes all modules statically.
13
See INSTALL.md
14
* Added rudimentary src debugger with -d
15
+ * parse extern functions, but args are not yet translated
16
* Fixed GC stability issues
17
18
v0.1 Wed Oct 16 13:08:38 2013 rurban
test/Makefile
@@ -0,0 +1,2 @@
1
+test:
2
+ cd ..; test/runtests.sh -q
0 commit comments