Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
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 Retour à la liste release
3.62.0

La bibliothèque de fichiers maintenant prise en charge des fichiers de log, date automatisée d'analyse, la compression de fichiers LZ77 et création de fichiers CSV.
Le dernier mot défini peut être compilé anonymement. Orientation de l'objet maintenant prend en charge les méthodes régulières. Le Sourceforge « Bloc réservé extension mots » ont été ajoutés. Optimiseurs de Judas nouveaux ont été ajoutés au compilateur, permettant le calcul des temps de compilation automatique. exec_4th() peuvent être optimisés pour GCC en utilisant le compilateur switch - DUSEGCCGOTO. Le mot « SMOVE » a été ajouté.
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