| 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 |
| 11 years ago | Andrew Kelley | | building part of the hello world AST |
| 11 years ago | Andrew Kelley | | tokenizing hello.zig |
| 11 years ago | Andrew Kelley | | some half done thing I forgot about ¯\_(ツ)_/¯ |
| 11 years ago | Andrew Kelley | | preprocessor runs once |
| 11 years ago | Andrew Kelley | | preprocessor detects #include directives |
| 11 years ago | Andrew Kelley | | tokenize |
| 11 years ago | Andrew Kelley | | read a file |
| 11 years ago | Andrew Kelley | | add license |
| 11 years ago | Andrew Kelley | | input output |
| 11 years ago | Andrew Kelley | | link against LLVM |
| 11 years ago | Andrew Kelley | | init |