Update README

This commit is contained in:
2026-02-11 18:10:49 +00:00
parent 9d15552f1c
commit ab77c21bcb

View File

@@ -1,5 +1,19 @@
# About
zig0 aspires to be an interpreter of zig 0.15.1 written in C. 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 # Testing
Quick test: Quick test: