Bob/source
2025-08-05 01:42:38 -04:00
..
.DS_Store AST Struct Generator 2023-05-21 20:40:43 -04:00
bob.cpp Cross platform fixes 2025-08-05 01:42:38 -04:00
Environment.cpp Fixed performance, added enhanced error reporting, anon funcs, toBoolean, various other things 2025-08-01 13:43:35 -04:00
ErrorReporter.cpp Fixed performance, added enhanced error reporting, anon funcs, toBoolean, various other things 2025-08-01 13:43:35 -04:00
Expression.cpp AST Struct Generator 2023-05-21 20:40:43 -04:00
Interpreter.cpp Refactor to ExecutionContext pattern and fix string + none concatenation 2025-08-05 00:49:59 -04:00
Lexer.cpp Cross platform fixes 2025-08-05 01:42:38 -04:00
main.cpp Implement functions, closures, standard library, and comprehensive number system 2025-07-30 17:51:48 -04:00
Parser.cpp Refactor to ExecutionContext pattern and fix string + none concatenation 2025-08-05 00:49:59 -04:00
StdLib.cpp Refactor to ExecutionContext pattern and fix string + none concatenation 2025-08-05 00:49:59 -04:00
TypeWrapper.cpp Removed templating as it turns out, wasn't needed. Added shorthands to make the code less ugly 2023-05-27 13:11:08 -04:00
Value.cpp Major speed optimization 2025-07-31 00:16:54 -04:00