Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-17 | New syntax for casts. | Ori Bernstein | |
2015-06-12 | Move fmt to fmt2. | Ori Bernstein | |
Shit seems to work. | |||
2013-12-16 | Make bigint literals work. | Ori Bernstein | |
2013-12-16 | Convert main() to effectively return void. | Ori Bernstein | |
Now, if we exit thorugh the end of main, we will ignore the return value, and call exit(0) from the start stub. If you want to exit with a different return value, you need to call std.exit(val) | |||
2013-11-11 | Add a test for large integer literals. | Ori Bernstein | |