没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > 4tH compiler |
4tH compiler
|
3 | 0 | 787 |
贡献者 | 讨论 | 代码提交 |
概述
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, compiler, decompiler, C-source generator, a virtual machine, preprocessor and a multitasking environment.
创建时间:2014-05-06 16:16