Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MitchBradley/OBPclassTinyForth

Extremely rudimentary and incomplete Forth interpreter for teaching the basic ideas of Forth.
https://github.com/MitchBradley/OBPclassTinyForth

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.