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.
- Host: GitHub
- URL: https://github.com/losinggeneration/miniforth-moonscript
- Owner: losinggeneration
- Created: 2014-01-11T09:07:18.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-07-29T12:51:21.000Z (over 2 years ago)
- Last Synced: 2025-01-17T02:08:45.389Z (about 1 year ago)
- Topics: forth, forth-like, lua, moonscript
- Language: MoonScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).