首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > (1)分析器生成器,使用语法文件和程序来查看程序是否匹配语法。

(1)分析器生成器,使用语法文件和程序来查看程序是否匹配语法。

资 源 简 介

This is for a cs3240 project, in Spring 2010. In this project, we will be writing a LL(1) parser generator. The input will be a grammar specification (see the format of the specification below) for some language X and the output will be a LL(1) parser table for that language. You will also write a LL(1) parser driver (a simple program) which will implement LL(1) parsing algorithm discussed in the class. This driver will use the generated parsing table and perform parsing of a program written in language X by getting the necessary tokens and by applying rules on parsing stack. In the process, you will be writing a scanner for a specific language (as described below).

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.165536s