Andrew Kelley
|
1f48b626a1
|
std: even more efficient inline assembly
|
2015-12-15 02:47:39 -07:00 |
|
Andrew Kelley
|
673d638070
|
std: more efficient inline assembly
|
2015-12-15 01:55:52 -07:00 |
|
Andrew Kelley
|
a292eb8d64
|
support inline assembly expressions with return type
|
2015-12-15 00:46:56 -07:00 |
|
Andrew Kelley
|
66ca916805
|
std: expose exit syscall
|
2015-12-15 00:07:51 -07:00 |
|
Andrew Kelley
|
83b68c9f13
|
add global variable support
closes #12
|
2015-12-14 23:10:18 -07:00 |
|
Andrew Kelley
|
3049410260
|
const and var instead of let and let mut
closes #34
|
2015-12-14 18:51:07 -07:00 |
|
Andrew Kelley
|
f17e20d5fe
|
instead of *mut and *const, & and &const
closes #33
|
2015-12-14 18:10:25 -07:00 |
|
Andrew Kelley
|
630917b29b
|
std: factor out the write syscall and make it public
|
2015-12-14 03:06:54 -07:00 |
|
Andrew Kelley
|
e411467e1d
|
add number literal type
it gets implicitly casted to whatever is needed.
closes #24
|
2015-12-14 02:46:37 -07:00 |
|
Andrew Kelley
|
ac630d354d
|
std: print_str no longer requires length argument
add explicit casting support from array to string
|
2015-12-12 02:05:08 -07:00 |
|
Andrew Kelley
|
a10277bd94
|
prepare codebase for struct and string support
parsing code for structs, strings, and c string literals
partial semantic analyzing code for structs, strings, and c string literals
|
2015-12-12 00:10:37 -07:00 |
|
Andrew Kelley
|
d697404f64
|
hello world working without libc
|
2015-12-11 03:55:26 -07:00 |
|
Andrew Kelley
|
15ba5bc54e
|
provide std.zig and add it to import paths
|
2015-12-10 17:42:47 -07:00 |
|
Andrew Kelley
|
0dbee2300e
|
add inline assembly support
|
2015-12-10 15:34:38 -07:00 |
|