Downloadliste

Projektbeschreibung

4tH is a Forth compiler with a little difference. Instead of the standard Forth engine it features a conventional compiler. 4tH is a very small compiler that can create bytecode, C-embeddable bytecode, standalone executables, but also works fine as a scripting language. It supports about 95% of the ANS Forth CORE wordset and features conditional compilation, pipes, files, assertions, forward declarations, enumerations, structures, suspended execution, recursion, include files, etc. It comes with an RPN calculator, line editor, preprocessor, compiler, decompiler, C-source generator, a virtual machine, and a multitasking environment.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-12-24 04:44 Zurück zur Release-Liste
3.62.0

Die Bibliothek-Dateien jetzt Unterstützung Logfiles, automatisierte Datum Parsen, LZ77 Dateikomprimierung und Erstellung von CSV-Dateien.
Das letzte Wort der definierte kann anonym kompiliert werden. Objektorientierung jetzt unterstützt reguläre Methoden. Das Sourceforge "Block reserviert Erweiterung Worte" wurden hinzugefügt. Der Compiler, wurden neue Guckloch Optimierer hinzugefügt ermöglicht automatische Kompilierung Zeitberechnungen. exec_4th() kann mit den Compiler gcc optimiert werden - DUSEGCCGOTO wechseln. Das Wort 'TL|Move' wurde hinzugefügt.
Tags: Major feature enhancements
The library files now support logfiles, automated date parsing, LZ77 file compression and CSV file creation.
The last defined word can be compiled anonymously. Object orientation now supports regular methods. The Sourceforge "Block reserved extension words" were added. New peephole optimizers were added to the compiler, allowing automatic compile time calculations. exec_4th() can be optimized for GCC by using the compiler switch -DUSEGCCGOTO. The word 'SMOVE' was added.

Project Resources