Skip to content

Roadmap

Illya Kysil edited this page Jan 20, 2016 · 9 revisions

Roadmap for IKForth

DONE

  • Migrate from OpenWatcom's wasm to flat assembler (fasm) - see #3.

TODO

  • Implement native Linux x86 loader with either C (gcc) or assembler (fasm)
    • proper signal handling
  • Implement platform-specific Forth words for Linux x86.
  • Migrate from OpenWatcom's wmake to GNU's make.
  • Switch to Direct Threaded Code (DTC).
  • Implement bare-bones assembler to support meta-compilation.
  • Implement bare-bones IKForth kernel using assembler above:
    • use STDIN for input
    • use STDOUT for output
  • Implement Forth2012 words, see

Clone this wiki locally