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

https://github.com/losinggeneration/miniforth-moonscript

Implementation of Miniforth in Moonscript.
https://github.com/losinggeneration/miniforth-moonscript

forth forth-like lua moonscript

Last synced: about 1 year ago
JSON representation

Implementation of Miniforth in Moonscript.

Awesome Lists containing this project

README

          

## Miniforth

This is an implemenation of Miniforth written in [Moonscript](http://moonscript.org/) based on the article and code [Boostrapping a Forth in 40 lines of Lua code](http://angg.twu.net/miniforth-article.html).