Logo
Explore Help
Sign In
miloignis/kraken
1
0
Fork 0
You've already forked kraken
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
46f4f95f002390eaf3f7106f19b6b683dfab3690
kraken/tests/test_functionOrderingTest.krak

18 lines
175 B
Plaintext
Raw Normal View History

Port many tests and fix small bugs revealed in Kalypso (passes 24/72) - tests have also revealed more extensive features not yet implemented, and I seem to have messed up a test or two so that the C++ version also fails a couple more (it's at 59/71 now). Will investigate
2016-02-07 16:22:55 -05:00
import simple_print:*;
Mostly implemented Simultaneous Declaration, only template instantation during pass 2 remains to be implemented
2014-05-24 14:04:32 -04:00
Wooo! Fixed up remaining bugs in new syntax!
2015-05-09 06:24:56 -04:00
fun ret1(): int {
Mostly implemented Simultaneous Declaration, only template instantation during pass 2 remains to be implemented
2014-05-24 14:04:32 -04:00
return ret2() / 2;
}
Wooo! Fixed up remaining bugs in new syntax!
2015-05-09 06:24:56 -04:00
fun main(): int {
Mostly implemented Simultaneous Declaration, only template instantation during pass 2 remains to be implemented
2014-05-24 14:04:32 -04:00
print(ret1());
print(ret2());
print("\n");
return 0;
}
Wooo! Fixed up remaining bugs in new syntax!
2015-05-09 06:24:56 -04:00
fun ret2(): int {
Mostly implemented Simultaneous Declaration, only template instantation during pass 2 remains to be implemented
2014-05-24 14:04:32 -04:00
return 2;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 638ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API