Bob/headers
Bobby Lucero 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
..
helperFunctions Fixed header duplicate symbols 2023-05-27 21:18:53 -04:00
AST.h Bob interpreter refactored into object 2023-05-20 20:51:46 -04:00
bob.h Cross platform fixes 2025-08-05 01:42:38 -04:00
Environment.h Refactor to ExecutionContext pattern and fix string + none concatenation 2025-08-05 00:49:59 -04:00
ErrorReporter.h Fixed performance, added enhanced error reporting, anon funcs, toBoolean, various other things 2025-08-01 13:43:35 -04:00
Expression.h More things 2025-08-06 00:57:36 -04:00
Interpreter.h More things 2025-08-06 00:57:36 -04:00
Lexer.h More things 2025-08-06 00:57:36 -04:00
Parser.h More things 2025-08-06 00:57:36 -04:00
Statement.h More things 2025-08-06 00:57:36 -04:00
StdLib.h Fixed performance, added enhanced error reporting, anon funcs, toBoolean, various other things 2025-08-01 13:43:35 -04:00
TypeWrapper.h Fixed performance, added enhanced error reporting, anon funcs, toBoolean, various other things 2025-08-01 13:43:35 -04:00
Value.h Tail call testing 2025-08-05 19:06:52 -04:00