Added a very basic Linux standard library shamelessly stolen from the MacOS one.

Made Linux (almost) work. The generated binaries segfault, but it's so close I can almost taste it.
This commit is contained in:
Zachary Pierson
2017-02-07 00:28:21 -06:00
parent eeeb90c441
commit 8becbdc1b2
6 changed files with 245 additions and 7 deletions

View File

@@ -5,10 +5,10 @@ thing :: proc() {
}*/
#import "fmt.odin";
//#import "fmt.odin";
main :: proc() {
fmt.println("hello, world!");
//fmt.println("hello, world!");
}