diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-01-25 11:51:41 -0500 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-01-25 11:51:41 -0500 |
| commit | 47be64af5add5c146541c16dbb043ddf97f97d34 (patch) | |
| tree | 3fabcb50c94b254a71cdbf009f29ad1ece6b1f67 /README.md | |
| parent | 4556f448060b19492d7b104ff01585241ba9c256 (diff) | |
| parent | f7670882aff5fb3a943057edd9da34d053b5fe59 (diff) | |
| download | zig-47be64af5add5c146541c16dbb043ddf97f97d34.tar.gz zig-47be64af5add5c146541c16dbb043ddf97f97d34.zip | |
Merge remote-tracking branch 'origin/master' into llvm6
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -5,8 +5,6 @@ clarity. [ziglang.org](http://ziglang.org) -[Documentation](http://ziglang.org/documentation/master/) - ## Feature Highlights * Small, simple language. Focus on debugging your application rather than @@ -200,11 +198,3 @@ This is the actual compiler binary that we will install to the system. ``` ./stage2/bin/zig build --build-file ../build.zig install -Drelease-fast ``` - -### Related Projects - - * [zig-mode](https://github.com/AndreaOrru/zig-mode) - Emacs integration - * [zig.vim](https://github.com/zig-lang/zig.vim) - Vim configuration files - * [vscode-zig](https://github.com/zig-lang/vscode-zig) - Visual Studio Code extension - * [zig-compiler-completions](https://github.com/tiehuis/zig-compiler-completions) - bash and zsh completions for the zig compiler - * [NppExtension](https://github.com/ice1000/NppExtension) - Notepad++ syntax highlighting |
