clstrfsck / ikforth

ikforth is an idiomatic Forth implementation.

Home Page:https://ikysil.github.io/ikforth/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ikforth

ikforth is an idiomatic Forth implementation.

Build Status

A few facts:

  • 32 bits code
  • Runs on Linux and Windows (tested with Wine)
  • Supports Indirect and Direct Threaded Code representations
  • Image-based system
  • x86 assembler is used to bootstrap image capable of interpreting from files
  • Image is NOT relocatable - absolute 32 bits addresses are used in native and threaded code
  • CELL size is 32 bits
  • CHAR size is 8 bits
  • addressable unit - 1 byte (8 bits)

About

ikforth is an idiomatic Forth implementation.

https://ikysil.github.io/ikforth/

License:The Unlicense


Languages

Language:Forth 86.4%Language:Assembly 10.6%Language:C++ 1.6%Language:Python 0.6%Language:Dockerfile 0.6%Language:Shell 0.1%Language:C 0.1%Language:Roff 0.0%