首页
社区
课程
招聘
[分享]Delphi Compiler Generator
发表于: 2006-4-30 17:40 2520

[分享]Delphi Compiler Generator

2006-4-30 17:40
2520
收藏
免费 0
支持
分享
最新回复 (3)
雪    币: 217
活跃值: (15)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
2
这个页是不是有问题,怎么什么都没有???
2006-4-30 17:40
0
雪    币: 9583
活跃值: (1935)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
咦!怎么没内容。
2006-4-30 17:43
0
雪    币: 238
活跃值: (12)
能力值: ( LV9,RANK:210 )
在线值:
发帖
回帖
粉丝
4
Delphi Compiler Generator

Although it is quite difficult to find compiler resources for Delphi there are meanwhile some, which allow to create lexical scanners and/or parsers in Object Pascal. For the Delphi Compiler Generator I used the Lex and Yacc translation for Turbo Pascal and Delphi from Albert Graef, which exists already in several different versions. DCG is an independent branch of this development and offers some additonal features (mainly related to the GUI) that other implementation do not have.

Due to my limited time to work on DCG there is still not much more than a first beta available, which can nonetheless already be used for generating lexers and parsers. Don't expect too much however. I know there is still a lot to change and improve.


License:

DCG is released as freeware for non-commercial use. Please read the Readme.txt file in the archive for conditions of use.

Download:
http://delphi-gems.com/supplement/download.php?ID=8
2006-4-30 18:47
0
游客
登录 | 注册 方可回帖
返回
//