Update README
This commit is contained in:
14
README.md
14
README.md
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user