Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bnoordhuis/fth

a not-quite-Forth-to-LLVM-bitcode compiler
https://github.com/bnoordhuis/fth

forth llvm

Last synced: 9 days ago
JSON representation

a not-quite-Forth-to-LLVM-bitcode compiler

Awesome Lists containing this project

README

        

fth
===

A not-quite-Forth-to-LLVM-bitcode compiler. It's mostly to experiment with how
how well LLVM optimizes stack-based languages. (Surprisingly good, it seems!)

Reasons it's not quite Forth:

* no return stack, i.e., no `>R` or `R>`

* very minimal runtime (okay, maybe that _is_ rather Forth-like :-))