compiler-compiler

共 2 篇文章
compiler-compiler 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 2 篇文章,持续更新中。

compiler-compiler. This is a compiler-compiler with table-driven scanner, table-driven parser.

compiler-compiler. This is a compiler-compiler with table-driven scanner, table-driven parser.

编译原理的一个小实例 YACC(Yet Another Compiler-Compiler)是LALR(1)分析器的自动生成工具

编译原理的一个小实例 YACC(Yet Another Compiler-Compiler)是LALR(1)分析器的自动生成工具,它的第一版于70年代初发表,是美国贝尔实验室的软件产品(作者为S.C.Johnson) YACC将一前后文无关文法转换为一LALR(1)分析表,并提供使用该分析表进行语法分析的总控程序yyparse().