| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-12 | codegen and tests for modify operators. closes #16 | Josh Wolfe | |
| 2015-12-12 | tokenizing assignment operators | Josh Wolfe | |
| 2015-12-12 | fix a + b + c and similar | Josh Wolfe | |
| fix || and && closes #17 | |||
| 2015-12-12 | prepare codebase for struct and string support | Andrew Kelley | |
| parsing code for structs, strings, and c string literals partial semantic analyzing code for structs, strings, and c string literals | |||
| 2015-12-10 | add inline assembly support | Andrew Kelley | |
| 2015-12-09 | fix typo | Josh Wolfe | |
| 2015-12-09 | ability to call external variadic functions | Andrew Kelley | |
| 2015-12-07 | getting started on array types | Josh Wolfe | |
| 2015-12-03 | add bool literals | Josh Wolfe | |
| 2015-12-03 | add labels and goto | Andrew Kelley | |
| 2015-12-02 | parsing variable declaration | Josh Wolfe | |
| 2015-12-01 | support if conditionals | Andrew Kelley | |
| 2015-12-01 | implicit void statements and all tests pass with type checking | Josh Wolfe | |
| 2015-12-01 | colored error messages that tell the source file | Andrew Kelley | |
| 2015-11-30 | refactor code to prepare for multiple files | Andrew Kelley | |
| verbose compiler output is now behind --verbose flag | |||
| 2015-11-30 | add directive to specify root export version | Andrew Kelley | |
| 2015-11-29 | add unary expression | Andrew Kelley | |
| 2015-11-29 | parse and codegen for math expressions | Andrew Kelley | |
| 2015-11-27 | add pub and export visibility modifiers and optimization | Andrew Kelley | |
| 2015-11-27 | support C-style comments, plus nesting | Andrew Kelley | |
| 2015-11-24 | support linker directives | Andrew Kelley | |
| now you can depend on libc in zig language instead of it being hardcoded in the compiler. | |||
| 2015-11-24 | only \n and ' ' are valid whitespace characters | Andrew Kelley | |
| 2015-11-24 | debug information for functions | Andrew Kelley | |
| 2015-11-24 | add unreachable expression | Andrew Kelley | |
| now creating .o file from hello.zig correctly | |||
| 2015-11-24 | write object file and fix void return type | Andrew Kelley | |
| 2015-11-24 | hello world IR code looks good | Andrew Kelley | |
| 2015-11-04 | progress toward more complex parser gen | Andrew Kelley | |
| 2015-11-03 | parser generator beginnings | Andrew Kelley | |
