ctarbide / obp-class-tinyforth

Extremely rudimentary and incomplete Forth interpreter for teaching the basic ideas of Forth.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OBP Class Tiny Forth

This is an extremely rudimentary Forth interpreter/compiler for teaching purposes.

It has only the most basic elements of Forth, namely the interpreter/compiler loop and a few simple words. It is optimized only for simplicity and clarity, not for functionality or performance.

It is known to compile on Windows under mingw-w64 in 32-bit mode, and has not been tested anywhere else.

About

Extremely rudimentary and incomplete Forth interpreter for teaching the basic ideas of Forth.

License:Other


Languages

Language:C 97.9%Language:Makefile 2.1%