commit b3f32cfd14bebb4da56539a2bd0188d0c4e99b76 (tree) parent 835a8b2016ee4f59f1ea1fa1832ed95105d6a0f4 Author: Motiejus Jakštys <motiejus.jakstys@chronosphere.io> Date: Wed, 11 Feb 2026 18:10:49 +0000 Update README Diffstat:
| M | README.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: