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
481cac5070ed059ba5c0630cb6fb0e77d11a33a3
kraken/tests/test_topLevelVarInit.krak

11 lines
118 B
Plaintext
Raw Normal View History

Some bugfixes/added errors, convert most to not use simple_passthrough
2016-04-30 15:38:28 -04:00
import io;
Got the new scoping working! Still some odd stuff happening to certian templates, and I think vector is having problems with new/traits. Really need to get canonnical filenames and what not worked out
2014-12-30 01:22:09 -05:00
Wooo! Fixed up remaining bugs in new syntax!
2015-05-09 06:24:56 -04:00
var a: int = 42;
topLevelVarInit finally works, even with infrencing
2015-06-19 12:48:18 -04:00
var b = "hi";
Got the new scoping working! Still some odd stuff happening to certian templates, and I think vector is having problems with new/traits. Really need to get canonnical filenames and what not worked out
2014-12-30 01:22:09 -05:00
Wooo! Fixed up remaining bugs in new syntax!
2015-05-09 06:24:56 -04:00
fun main(): int {
Some bugfixes/added errors, convert most to not use simple_passthrough
2016-04-30 15:38:28 -04:00
io::println(a);
io::println(b);
Got the new scoping working! Still some odd stuff happening to certian templates, and I think vector is having problems with new/traits. Really need to get canonnical filenames and what not worked out
2014-12-30 01:22:09 -05:00
return 0;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 308ms Template: 10ms
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