Update parser

This commit is contained in:
2026-02-22 09:21:51 +11:00
parent 929482d7d4
commit c94e5ba4cc
4 changed files with 33 additions and 1 deletions

View File

@@ -35,4 +35,9 @@ bash build.c
- [x] Basic types (int, double, string, bool, char)
- [ ] Advanced types (fun(...), template(...), object(...))
- [x] Lex identifiers
- [ ] Parser
- [x] Create structure to hold nodes
- [ ] Start parsing tree
- [ ] (this will be updated soon)