| 10 years ago | Josh Wolfe | | codegen and tests for modify operators. closes #16 |
| 10 years ago | Josh Wolfe | | parsing assignment operators |
| 10 years ago | Josh Wolfe | | tokenizing assignment operators |
| 10 years ago | Josh Wolfe | | fix short circuit expressions |
| 10 years ago | Josh Wolfe | | fix a + b + c and similar |
| 10 years ago | Andrew Kelley | | progress on struct support |
| 10 years ago | Andrew Kelley | | std: print_str no longer requires length argument |
| 10 years ago | Andrew Kelley | | prepare codebase for struct and string support |
| 10 years ago | Andrew Kelley | | readme: update current status |
| 10 years ago | Andrew Kelley | | move roadmap to github issues |
| 10 years ago | Andrew Kelley | | hello world working without libc |
| 10 years ago | Andrew Kelley | | provide std.zig and add it to import paths |
| 10 years ago | Andrew Kelley | | add inline assembly support |
| 10 years ago | Andrew Kelley | | add language reference documentation |
| 10 years ago | Andrew Kelley | | doc: update vim syntax |
| 10 years ago | Andrew Kelley | | readme: update int types |
| 10 years ago | Andrew Kelley | | parseh: cleanup types |
| 10 years ago | Josh Wolfe | | fix typo |
| 10 years ago | Andrew Kelley | | ability to call external variadic functions |
| 10 years ago | Andrew Kelley | | parseh: better results for stdio.h |
| 10 years ago | Andrew Kelley | | parseh: add c header files |
| 10 years ago | Andrew Kelley | | add test for arrays |
| 10 years ago | Andrew Kelley | | support assigning to arrays |
| 10 years ago | Andrew Kelley | | array access support |
| 10 years ago | Andrew Kelley | | add array access syntax |
| 10 years ago | Andrew Kelley | | codegen does signed, unsigned, and floating point math |
| 10 years ago | Andrew Kelley | | codegen: set target triple and data layout |
| 10 years ago | Andrew Kelley | | codegen: do all the allocas at beginning of function |
| 10 years ago | Andrew Kelley | | add local variables to debug info |
| 10 years ago | Andrew Kelley | | integrate debug scopes with block context |
| 10 years ago | Andrew Kelley | | all variables have memory addresses |
| 10 years ago | Andrew Kelley | | add debugging info for array type |
| 10 years ago | Josh Wolfe | | getting started on array types |
| 10 years ago | Josh Wolfe | | let is now a statement, not an expression |
| 10 years ago | Josh Wolfe | | initialize mutable variables to zero |
| 10 years ago | Josh Wolfe | | cmake needs to be taught a lesson in debian paths |
| 10 years ago | Andrew Kelley | | add mutable local variables |
| 10 years ago | Andrew Kelley | | update README |
| 10 years ago | Andrew Kelley | | fix hello world example |
| 10 years ago | Andrew Kelley | | update README |
| 10 years ago | Andrew Kelley | | add unused label error |
| 10 years ago | Andrew Kelley | | run_tests supports --reverse arg |
| 10 years ago | Andrew Kelley | | error for extern function with void parameter |
| 10 years ago | Andrew Kelley | | fix reading source from stdin |
| 10 years ago | Andrew Kelley | | parseh: fix wrong fn parameters in some cases |
| 10 years ago | Andrew Kelley | | exporting .h file supports void |
| 10 years ago | Andrew Kelley | | more C header interoperability |
| 10 years ago | Andrew Kelley | | parseh: detect fixed size integer types |
| 10 years ago | Andrew Kelley | | parseh command, parses a C .h file and produces extern decls |
| 10 years ago | Josh Wolfe | | test for void parameters |
|