We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cnforth是用C语言实现的一个简单的Forth语言解释器。
Windows(32位/64位) + Cygwin + gcc 4.9.3
Linux(32位) + gcc 4.9.2
make forth
./forth lib.fs
参考F83标准实现的核心词,见这里。