- 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 |
||
|---|---|---|
| .idea | ||
| headers | ||
| source | ||
| tools | ||
| .DS_Store | ||
| .gitignore | ||
| benchmark.py | ||
| BOB_LANGUAGE_REFERENCE.md | ||
| Makefile | ||
| README.md | ||
| ROADMAP.md | ||
| tech_debt.txt | ||
| test_bob_language.bob | ||
| test_fib.bob | ||