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
4bc42bc516af2c288c59e9408f66e8bae34390e0
kraken/stdlib/trivial_container.krak

10 lines
109 B
Plaintext
Raw Normal View History

Fixed a ton of stuff with function templates. Works well now. Next up: multiple template types and fixing object definition ordering (both where templates should go and objects with other pointers)
2014-05-19 20:00:35 -04:00
import io;
Wooo! Fixed up remaining bugs in new syntax!
2015-05-09 06:24:56 -04:00
typedef trivialContainer<T> {
var data: T;
fun print(): void {
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
io::print(data);
Fixed a ton of stuff with function templates. Works well now. Next up: multiple template types and fixing object definition ordering (both where templates should go and objects with other pointers)
2014-05-19 20:00:35 -04:00
}
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 608ms Template: 19ms
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