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
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.

2011-12-12 06:39
3.61.3

Unions and pragmas can be defined. The library files now support several polynomials, RAM disks, menus, bitfields, bit arrays, several new sorting algorithms, Morse signs, and 3VL. The preprocessor was enhanced, supporting S\", token concatenation, string comparison, variable assignment, and smart double number/FP literals. 'DOES>' can be used to change the execution semantics of basic data types. A bug in the Linux Makefile was fixed. Overflow and underflow errors in number conversion were fixed. A bug in the 'IF' statement of 4tsh was fixed. The accuracy of the 'FERF' words was improved.
Tags: Major feature enhancements, Bugfixes

2011-08-20 06:06
3.61.2

Spezifische Code kann nach einem fehlgeschlagenen 'WHILE' nur vor dem Verlassen der Schleife ausgeführt werden. Binär-Strings können gesondert markiert werden. Die Bibliotheks-Dateien unterstützen nun UTF-8 zu GBK / 2 Konvertierung (und umgekehrt), infix Formel Übersetzung, string pattern matching, Finite State Machines, statistische Funktionen, erweiterte Kommandozeilen-Parsing und die gesamte Palette der ANS Forth floating point Worte für ZEN zu schweben. Der Präprozessor unterstützt jetzt Zeichenfolgenanalyse mit benutzerdefinierten Trennzeichen, Makros innerhalb von Makros und ein String-Stack. Ein Markov-Engine und einen Infix-to-postfix-Konverter wurden die Beispiele hinzugefügt.
Tags: Minor feature enhancements, Stable
Specific code can be executed after a failed 'WHILE' just before exiting the loop. Binary strings can be tagged individually. The library files now support UTF-8 to GBK/2 conversion (and vice versa), infix formula translation, string pattern matching, finite state machines, statistical functions, enhanced command line parsing and the full range of ANS Forth floating point words for ZEN float. The preprocessor now supports string parsing with custom delimiters, macros within macros, and a string stack. A Markov engine and an infix-to-postfix converter were added to the examples.

2011-04-10 23:46
3.61.1

Ein Guckloch Optimierer aufgenommen. Die Bibliotheks-Dateien unterstützen nun eine kleine Datenbank-Management-System, Doppel-Nummer Multiplikation, Division doppelte Anzahl, LaTeX-Datei Generation, und die Xchar wordset. SEEK kann nun verwendet, um die Datei an das Ende positionieren werden. Die Worte 2NIP und [FORCE] zugegeben. Mehrere obskuren Bugs wurden gefixt. Unterstützung für 64-Bit-Architekturen wurde stark verbessert. Unter Linux wird jetzt Zusammenstellung inszeniert. Ein Atomtest Simulation wurde an den Präprozessor Beispiele aufgenommen.
Tags: Stable Major feature enhancements
A peephole optimizer was added. The library files now support a tiny database management system, double number multiplication, double number division, LaTeX file generation, and the XCHAR wordset. SEEK can now be used to reposition the file to the end. The words 2NIP and [FORCE] were added. Several obscure bugs were fixed. Support for 64-bit architectures was greatly improved. On Linux, compilation is now staged. A nuclear test simulation was added to the preprocessor examples.

2010-09-19 19:39
3.61.0

Die Worte "DELETE-FILE" und "ENVIRON @ 'wurden hinzugefügt. Die Bibliotheks-Dateien unterstützen nun schriftlich OpenOffice, KOffice und Microsoft XML-Kalkulationstabellen, verschiedene Sortier-Algorithmen, die Schaffung von Fließkomma-Dolmetscher, GTK-Server, Forth kompatibel Gleitkomma I / O für ZEN Schwimmer, portable Bitmap-Grafiken und Turtle-Grafik. Dateien können nun gelöscht und Umgebungsvariablen abgefragt werden können. Die maximale Länge beträgt Symbol auf 23 Zeichen erhöht. Zwei winzige Tabellenkalkulationsprogrammen waren die Beispiele aufgenommen.
Tags: Stable
The words ’DELETE-FILE’ and ’ENVIRON@’ have been added. The library files now support writing OpenOffice, KOffice, and Microsoft XML spreadsheets, different sorting algorithms, the creation of floating point interpreters, GTK-server, Forth compatible floating point I/O for ZEN float, portable bitmap graphics and Turtle graphics. Files can now be deleted and environment variables can be queried. The maximum symbol length is increased to 23 characters. Two tiny spreadsheet programs were added to the examples.

Project Resources