A minimalistic but complete standard Forth compiler in C
MinForth V3.4 is a classic Forth system with command-line interface. Development resource requirements are minimal. A source text editor and a C compiler are sufficient. By design no toolchain is required to adapt or rebuild MinForth. A complete rebuild takes only few seconds. Current sources are for Windows and Linux (32-bit or 64-bit).
MinForth primitive definitions are written in mixed Forth and C language and are transpiled to pure C code.
Oberon family of languages to C translator for ARM, x64 and x86 archit
...In fact, an Oberon program translated by Ofront+ can be expected to execute as fast and read as well as an equivalent hand-coded C program.
Ofront+ is based on Ofront by Software Templ OEG. Here are two versions:
1. Ofront+ for Windows & Linux commandline
2. Ofront+ for BlackBox Component Builder (runs as a subsystem)