Commit Graph

3 Commits

Author SHA1 Message Date
87d56bbb13 Moved to cmake and ninja, updated docs 2025-08-07 19:09:25 -04:00
72a1b82b43 More things
- Add while, for, and do-while loops with break/continue
- Implement assignment statements (prevents if(x=10) bugs)
- Keep assignment expressions only for for-loop clauses
- Fix critical memory management bug (dangling pointers in cleanup)
- Add automatic memory cleanup with conservative reference counting
- Consolidate documentation into single reference file
- Add comprehensive test coverage for all loop types and edge cases
- VSCode extension for bob highlighting and snippets
2025-08-06 00:57:36 -04:00
650771e6fe Initial Commit 2023-05-20 16:07:51 -04:00