forked from breadtom/expozig
No description
| LICENSES | Make reading file 30% faster and add tokenizer_v2 stuff | |
| src | Update | |
| .gitignore | Update | |
| build.sh | Update | |
| CONTRIBUTE | Update | |
| README | Update | |
| test-stage1.sh | Update | |
expozig attempts to bootstrap Zig from source. (Like mrustc) https://ziggit.dev/t/building-self-hosted-from-the-original-c-implementation/6607 takes few hours to compile all the way to zig-master and around 11G of RAM. expozig aims to reduce this time and RAM by first using human-readable C code to compile Zig master from https://github.com/ziglang/zig. If you wish to contribute to this project, read CONTRIBUTE first. To compile, run "./build.sh". stage1 source code is from Zig's std lib, almost equal to original Zig code.