https://github.com/bitpuffin/flth
LLVM ANS Forth
https://github.com/bitpuffin/flth
Last synced: 3 months ago
JSON representation
LLVM ANS Forth
- Host: GitHub
- URL: https://github.com/bitpuffin/flth
- Owner: BitPuffin
- License: cc0-1.0
- Created: 2015-09-28T16:11:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T16:32:39.000Z (over 10 years ago)
- Last Synced: 2025-06-07T15:46:54.026Z (11 months ago)
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flth
LLVM ANS Forth
flth is an implementation of ANS forth. It strives to be compatible with gforth so that it can be bootstrapped with either gforth or flth.
It should also hopefully be able to somehow offer a way to compile code into native binaries and static and shared libraries that
can be statically linked with C (by compiling to llvm ir). This should enable you to use forth along with other languages and to make applications for more platforms (android ios etc)