Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cosmos72/m64th

[BETA] 64-bit forth compiler with REPL
https://github.com/cosmos72/m64th

compiler forth interpreter repl

Last synced: 28 days ago
JSON representation

[BETA] 64-bit forth compiler with REPL

Awesome Lists containing this project

README

        

# m64th
m64th is a 64-bit embeddable forth compiler, interpreter and REPL

## Current status
**BETA** i.e. REPL and most simple words are implemented, including `:` to define new words.

It has line editing and autocompletion.

## Supported platforms

* Linux/x86_64
* Linux/aarch64
* Android/aarch64 - using either [Termux](https://termux.com/) or [UserLAnd](https://github.com/CypherpunkArmory/UserLAnd)

Mac OS X, FreeBSD, OpenBSD, and other *BSD may also work (untested).

Windows is definitely not supported - volunteers welcome.

## Legal

m64th is released under the terms of the
[GNU Lesser General Public License](https://www.gnu.org/licenses/lgpl-3.0.en.html),
as published by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.