| Age | Commit message (Collapse) | Author |
|
|
|
|
|
fix || and &&
closes #17
|
|
parsing code for structs, strings, and c string literals
partial semantic analyzing code for structs, strings, and c string literals
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
verbose compiler output is now behind --verbose flag
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
now you can depend on libc in zig language instead of it being
hardcoded in the compiler.
|
|
|
|
now creating .o file from hello.zig correctly
|
|
|
|
|
|
|
|
|
|
|