- Add none value handling to Value::operator+ for string concatenation - Replace direct string concatenations with Value::operator+ calls in Interpreter - Add missing string+none and none+string type combinations - Standardize token literal generation in Lexer - Add ExecutionContext support across visitor pattern - Enhance error reporting integration - Add new standard library functions |
||
|---|---|---|
| .. | ||
| .DS_Store | ||
| bob.cpp | ||
| Environment.cpp | ||
| ErrorReporter.cpp | ||
| Expression.cpp | ||
| Interpreter.cpp | ||
| Lexer.cpp | ||
| main.cpp | ||
| Parser.cpp | ||
| StdLib.cpp | ||
| TypeWrapper.cpp | ||
| Value.cpp | ||