diff --git a/README.md b/README.md index 0d3543c7ae..8a1f8fb053 100644 --- 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: