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
c9e2e4659b392a941269fd7fc183e7d356e5bd9a
kraken/tests/trivial_container.krak

10 lines
105 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;
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
Changed from typedef to obj and def
2015-05-16 12:05:23 -04:00
obj trivialContainer<T> {
Wooo! Fixed up remaining bugs in new syntax!
2015-05-09 06:24:56 -04:00
var data: T;
fun print(): void {
Some bugfixes/added errors, convert most to not use simple_passthrough
2016-04-30 15:38:28 -04: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: 70ms Template: 8ms
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