This commit is contained in:
2026-02-20 09:35:50 +11:00
parent 315c3a6e08
commit b98487caaf
3 changed files with 40 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ bash build.c
- [x] char
- [x] bool
- [x] Lex keywords
- [ ] Ignore comments (//, /**/, #)
- [x] Ignore comments (//, /**/, #)
- [ ] Lex delimiters
- [x] ()
- [x] {}