搜索资源列表
ANTLR指南(v3.0)
- 介绍ANTLR,一种可以嵌入如Java, C++或C#等辅助代码段的文法,来构筑出相对该文法的识别器,编译器或翻译器的语言工具框架。
5
- 编译原理LL1文法 编译原理LL1文法-Principles of Compiler Construction Principles LL1 grammar compiler to compile the grammar principles of LL1 grammar LL1
C0扩充文法
- 这是一个编译教学文法,很多学校都用这种文法来进行教学。
自动机到正规文法的转换
- 有穷自动机FA转换为正规文法G的程序设计。 任意给定一个有穷自动机,求出其对应的正规文法。
er
- 给出PL/0文法规范,要求编写PL/0语言的词法分析程序。-Gives the PL/0 grammar specification, requiring written PL/0 language lexical analysis program.