Differences between revisions 1 and 2
Revision 1 as of 2005-01-28 03:51:48
Size: 545
Editor: hoxide
Comment:
Revision 2 as of 2005-01-28 04:00:51
Size: 930
Editor: hoxide
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
= 项目计划 =
 * L0 解释器 (已完成)
 * L1 解释器
 * L2 解释器
 * L3/PureProlog 解释器
 * Prolog嵌入技术(使用Python函数库和.net CLI).

= 项目进度 =
== L0 解释器 ==
 * 已完成
 * bind函数中未作occurs检查
 * 未作注释
 * 版本 0.1.0
 * 代码可从[http://pureprolog.tigris.org/files/documents/2340/20172/L0-0.1.0.tar]下载.

含有章节索引的中文 文章模板

-- hoxide [DateTime(2004-12-08T14:16:56Z)] TableOfContents

初步设想

  • 项目: .net下的prolog编程环境.
  • 计划: 实现wam到.net虚拟机的翻译, 实现prolog到wam的编译.
  • 用prolog来写prolog的编译器
  • 代码基础 GNU-Prolog

项目计划

  • L0 解释器 (已完成)
  • L1 解释器
  • L2 解释器
  • L3/PureProlog 解释器
  • Prolog嵌入技术(使用Python函数库和.net CLI).

项目进度

L0 解释器

已有项目

项目主页

PureProlog (last edited 2009-12-25 07:18:17 by localhost)