Download List

프로젝트 설명

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

라이브러리 파일 지금 지원 로그 파일, 자동된 날짜 구문 분석, LZ77 파일 압축 및 CSV 파일을 생성 합니다.
마지막 정의 된 단어는 익명으로 컴파일할 수 있습니다. 객체 지향 이제 일반적인 방법을 지원합니다. 소스 "예약 블록 확장 단어"가 추가 되었습니다. 새로운 구멍 최적화 자동 컴파일 시간 계산을 수 있도록 컴파일러에 추가 되었습니다. exec_4th() GCC 컴파일러를 사용 하 여 최적화할 수 있습니다-DUSEGCCGOTO 스위치. 단어 '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