Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cosmos72/m64th
- Owner: cosmos72
- License: lgpl-3.0
- Created: 2020-01-10T20:13:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T20:14:02.000Z (11 months ago)
- Last Synced: 2024-10-11T15:03:31.555Z (28 days ago)
- Topics: compiler, forth, interpreter, repl
- Language: Assembly
- Homepage:
- Size: 2.32 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.