贴一下Cforth的更新日志:
Cforth_alpha 0.3.3
Cforth is a forth interpreter implemented in C programming language.
But now it's just a simple model, not real forth.
/*
** 2012-7-10
** 使用有限自动机原理重写了解释器模块
** 将bye加入核心字
*/
/*
** 2012-7-10
** 使用有限自动机原理重写了isNum,作为实验
*/
/*
** 2012-7-6
** 将cforth.h独立了出来
*/
/*
** 2012-7-3
** 增加了DEBUG模式
** DEBUG模式开启时,打印出堆栈操作的错误信息
*/
/*
** 2012-7-2
** 取消了stack_error,使用clean_stack替代
*/
/*
** 2012-7-1
** 重新构造了cforth的核心字模块
** 使核心字模块与前端处理模块能分开独立编译
*/
阅读(1155) | 评论(0) | 转发(0) |