Added C functions for linear algebra, to be converted to kraken and used as benchmark

This commit is contained in:
Chris Fadden
2015-03-18 18:35:00 -04:00
parent a268f1b768
commit d2fc32d0fb
12 changed files with 386 additions and 58 deletions

View File

@@ -0,0 +1,14 @@
/*
../build/kraken InputFile.krak ../krakGrammer(tab complete) OutputFile
*/
import io;
|int| main()
{
|double| var = 3;
io::println(var);
return 0;
}