| 10 years ago | Andrew Kelley | | add root export declaration which is overridable by command line options |
| 10 years ago | Andrew Kelley | | add tests for compile errors |
| 10 years ago | Andrew Kelley | | rename standalone.cpp to run_tests.cpp |
| 10 years ago | Andrew Kelley | | figure out integers |
| 10 years ago | Andrew Kelley | | add pub and export visibility modifiers and optimization |
| 10 years ago | Andrew Kelley | | allow empty function and return with no expression |
| 10 years ago | Andrew Kelley | | support C-style comments, plus nesting |
| 10 years ago | Andrew Kelley | | call ld with correct -dynamic-linker argument |
| 10 years ago | Josh Wolfe | | add hook for environment variable ZIG_DEBIAN_HACK. see #1. |
| 10 years ago | Josh Wolfe | | more readable integer constant |
| 10 years ago | Andrew Kelley | | add tests |
| 10 years ago | Andrew Kelley | | no errors during codegen |
| 10 years ago | Andrew Kelley | | parser: force ast printer to be correct |
| 10 years ago | Josh Wolfe | | inline AstNodeStatementExpression |
| 10 years ago | Andrew Kelley | | fix the remaining TODOs in the source |
| 10 years ago | Josh Wolfe | | clean up noreturn stuff |
| 10 years ago | Andrew Kelley | | assert(false) -> zig_unreachable() |
| 10 years ago | Josh Wolfe | | inline AstNodeStatement |
| 10 years ago | Andrew Kelley | | parser: more AST printing code for debug purposes |
| 10 years ago | Andrew Kelley | | fix invalid memory write |
| 10 years ago | Josh Wolfe | | fix typo |
| 10 years ago | Andrew Kelley | | build: fix findllvm script |
| 10 years ago | Andrew Kelley | | build: improve findllvm script |
| 10 years ago | Andrew Kelley | | cleanup |
| 10 years ago | Andrew Kelley | | support linker directives |
| 10 years ago | Andrew Kelley | | simple vim syntax highlighting |
| 10 years ago | Andrew Kelley | | debug/release mode |
| 10 years ago | Andrew Kelley | | only \n and ' ' are valid whitespace characters |
| 10 years ago | Andrew Kelley | | debug symbols implemented; debugging with gdb works |
| 10 years ago | Andrew Kelley | | debug information for functions |
| 10 years ago | Andrew Kelley | | fix not using subtarget features |
| 10 years ago | Andrew Kelley | | hello world example working |
| 10 years ago | Andrew Kelley | | add unreachable expression |
| 10 years ago | Andrew Kelley | | write object file and fix void return type |
| 10 years ago | Andrew Kelley | | codegen: fix param type of const strings |
| 10 years ago | Andrew Kelley | | hello world IR code looks good |
| 10 years ago | Andrew Kelley | | partial hello world codegen |
| 10 years ago | Andrew Kelley | | semantic analysis checks for multiple definitions of functions |
| 10 years ago | Andrew Kelley | | more detailed AST inspection |
| 10 years ago | Andrew Kelley | | parsing hello.zig example with recursive descent |
| 10 years ago | Andrew Kelley | | delete parser generator. let's try recursive descent |
| 10 years ago | Andrew Kelley | | grammar doesn't need the option() construct |
| 10 years ago | Andrew Kelley | | parser generator supports a simple OR |
| 10 years ago | Andrew Kelley | | parser generator supports sub rules |
| 10 years ago | Andrew Kelley | | generated parser understands tuples |
| 10 years ago | Andrew Kelley | | delete ELF parsing code |
| 10 years ago | Andrew Kelley | | experiment with being a linker |
| 10 years ago | Andrew Kelley | | progress toward more complex parser gen |
| 10 years ago | Andrew Kelley | | parsergen parsing a simple grammar |
| 11 years ago | Andrew Kelley | | parser generator beginnings |
|