| 10 years ago | Andrew Kelley | | multiple files example no longer use libc |
| 10 years ago | Andrew Kelley | | implement #sizeof() |
| 10 years ago | Andrew Kelley | | add #typeof() compiler function |
| 10 years ago | Andrew Kelley | | add rand example that doesn't yet work |
| 10 years ago | Andrew Kelley | | fix various bugs related to guess number example |
| 10 years ago | Andrew Kelley | | codegen: emit debug metadata for parameters |
| 10 years ago | Andrew Kelley | | fix implicit cast after unreachable bad code gen |
| 10 years ago | Andrew Kelley | | ability to access pointers with array indexing syntax |
| 10 years ago | Andrew Kelley | | closer to guess number example working |
| 10 years ago | Andrew Kelley | | error for if var expression not maybe type |
| 10 years ago | Andrew Kelley | | basic maybe type working |
| 10 years ago | Andrew Kelley | | block expressions require parens |
| 10 years ago | Andrew Kelley | | analyze if maybe var expressions |
| 10 years ago | Andrew Kelley | | parse if maybe expression |
| 10 years ago | Andrew Kelley | | implement continue expression |
| 10 years ago | Andrew Kelley | | add error for break outside loop |
| 10 years ago | Andrew Kelley | | add break expression |
| 10 years ago | Andrew Kelley | | add test for while loop |
| 10 years ago | Andrew Kelley | | add while loop |
| 10 years ago | Andrew Kelley | | add test for invalid field in struct value expression |
| 10 years ago | Andrew Kelley | | add error for missing or duplicate field in struct value expr |
| 10 years ago | Andrew Kelley | | add error for byvalue struct param on exported fn |
| 10 years ago | Andrew Kelley | | add test for error for redefinition of struct |
| 10 years ago | Andrew Kelley | | add struct value expression |
| 10 years ago | Andrew Kelley | | inline assembly uses -> instead of return |
| 10 years ago | Andrew Kelley | | codegen: support byvalue struct assignment |
| 10 years ago | Andrew Kelley | | add test for invalid struct field access |
| 10 years ago | Andrew Kelley | | analyze: error for infinite size struct |
| 10 years ago | Andrew Kelley | | codegen: fix struct pointer field access |
| 10 years ago | Andrew Kelley | | add some brainstorming example zig code |
| 10 years ago | Andrew Kelley | | structs have debug information |
| 10 years ago | Andrew Kelley | | use realpath to avoid duplicate imports |
| 10 years ago | Andrew Kelley | | support addressof operator and struct pointer field access |
| 10 years ago | Andrew Kelley | | fix assignment operators for struct fields |
| 10 years ago | Andrew Kelley | | analyze: clean up type checking |
| 10 years ago | Andrew Kelley | | implicit casting from constant size array to string |
| 10 years ago | Andrew Kelley | | add implicit casting support |
| 10 years ago | Josh Wolfe | | base 10 decimals work now. closes #15 |
| 10 years ago | Josh Wolfe | | add number literal tests for integers |
| 10 years ago | Josh Wolfe | | some tests for number literals |
| 10 years ago | Josh Wolfe | | better radix handling in float parsing. base 10 still doesn't work. |
| 10 years ago | Andrew Kelley | | readme: provide bash to get c dir |
| 10 years ago | Andrew Kelley | | readme: add note about discovering libc path |
| 10 years ago | Andrew Kelley | | when linking with libc use the C runtime library |
| 10 years ago | Josh Wolfe | | more number literal syntax is supported. floats still need work |
| 10 years ago | Josh Wolfe | | tokenizer parses all number literal types |
| 10 years ago | Andrew Kelley | | codegen: add support for shortening cast |
| 10 years ago | Andrew Kelley | | std: even more efficient inline assembly |
| 10 years ago | Andrew Kelley | | std: more efficient inline assembly |
| 10 years ago | Andrew Kelley | | support inline assembly expressions with return type |
|