Download List

Descripción del Proyecto

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.

System Requirements

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 Back to release list
3.62.0

La biblioteca de archivos ahora apoyo bitácoras, análisis automatizada de la fecha, compresión de archivo LZ77 y creación de un archivo CSV.
La última palabra definida puede ser compilada en forma anónima. Orientación a objetos ahora admite métodos regulares. El Sourceforge se agregaron "Palabras de extensión del bloque reservado". Nueva optimización de mirilla se añadieron al compilador, permitiendo que los cálculos de tiempo de compilación automática. exec_4th() puede ser optimizado para GCC utilizando el compilador interruptor - DUSEGCCGOTO. Se añadió la palabra 'SMOVE'.
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