This is a general list of things I am considering working on, not a
rigid "to-do". Some things will be very likely to arrive in future
releases, others will not.



Cross-Compiler

  * Implementions in other languages
    * ANS FORTH (using gForth)

Core

Modules

 * Expansions
   * 4p
   * Reva
   * r9
   * forth83
   * forth94
   * graphics
 * Select some of the more complete modules to enable by default.
 * Port some bits from the Toka library

Ngaro

 * Disassembler
   * Runtime disassembler [done]
   * Use image map to resolve addresses to symbolic names
 * Single-step debugger
 * JIT
   * Translate stack instructions into "superinstructions"
   * Generate native machine code
 * Merge font into binary, eliminating need for separate font file
 * Alternate fonts
 * Implementations in other languages
   * x86 Assembler (fasm)
   * ANS FORTH (using gForth)
   * Toka
   * QBASIC
   * JavaScript
   * Factor
