cosmos72 / m64th

[BETA] 64-bit forth compiler with REPL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 or 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, as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

About

[BETA] 64-bit forth compiler with REPL

License:GNU Lesser General Public License v3.0


Languages

Language:Assembly 59.4%Language:C 35.9%Language:Forth 3.6%Language:Python 0.4%Language:Lua 0.4%Language:Go 0.1%Language:Makefile 0.1%Language:Common Lisp 0.0%