Originally created by: rrthomas
- [x] Add simulator for Bee.
- [ ] Source-level debugging for Forth. Either a) via ELF support, but then would Bee have to be wired into ld.so? (Investigate what that would take) or b) via GDB's JIT support (provide a
.so that gdb can load and use to navigate pForth to extract symbol and stack frame information).
- [x] Add support for gdb's
file command.