motiejus/zig

fork of https://codeberg.org/ziglang/zig
git clone https://git.jakstys.lt/motiejus/zig.git
Log | Tree | Refs | README | LICENSE

commit ab77c21bcb0bb6fef39d32106336bc198d3329d7 (tree)
parent 9d15552f1c61ceffefed881786a13a51b7b08210
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Wed, 11 Feb 2026 18:10:49 +0000

Update README

Diffstat:
MREADME.md | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,19 @@ +# About + zig0 aspires to be an interpreter of zig 0.15.1 written in C. +This is written with help from LLM: + +- Lexer: + - Datastructures 100% human. + - Helper functions 100% human. + - Lexing functions 50/50 human/bot. +- Parser: + - Datastructures 100% human. + - Helper functions 50/50. + - Parser functions 5/95 human/bot. +- AstGen: TBD. + # Testing Quick test: