资源列表
[编译器/词法分析] SLR(1)_compiler
说明:c语言实现,slr(1)语法分析,语法分析的ation表和goto表分别用txt文档保存。-c language, slr (1) grammar analysis, grammar analysis ation table and goto table txt documents were preserved.<WayZen> 在 2025-05-01 上传 | 大小:3kb | 下载:0
[编译器/词法分析] LL(1)(Windows+Version)
说明:编译原理的ll(1)的文法 挺好用的饿-Compiler Construction Principles of the ll (1) of the hungry with good grammar<顾大> 在 2025-05-01 上传 | 大小:44kb | 下载:0
[编译器/词法分析] compile-chenhuowang
说明:陈火旺的程序设计语言编译原理,里面是pdf格式的-Chen Huowang the principle of programming language compilers, which are pdf format<mr wang> 在 2025-05-01 上传 | 大小:8.3mb | 下载:0
[编译器/词法分析] C0Compiler
说明:简单的c0编译器,能够正确地将源码编译成功,并且生成四元试-C0 simple compiler, able to correctly compile the source code successfully, and generated four test<fengyu> 在 2025-05-01 上传 | 大小:61kb | 下载:0
[编译器/词法分析] biaoyiyuanlijishijian
说明:《编译原理及实践》一书的电子版,该电子版很清晰- Compiler Construction Principles and Practice of electronic version of the book, the electronic version is very clear<alex> 在 2025-05-01 上传 | 大小:11.05mb | 下载:0
[编译器/词法分析] LL_Program
说明:LL(1)语法分析器,在任何时候,总控程序都是按照栈顶符号X和当前输入符号a行事的。对于任何(X,a),总控程序每次都执行下述三种可能的动作之一: 若X=a=’#’,则宣布分析成功,停止分析过程; 若X=a≠’#’,则把X从栈顶逐出,让a指向下一输入符号; 若X是一个非终结符,则查看分析表M。若M中存放着一条关于X的产生式,那么,首先把X逐出栈顶,然后,把产生式的右部符号按反序一一推进栈,同时做这个产生式相应的语义动作(目前<杨灵芝> 在 2025-05-01 上传 | 大小:195kb | 下载:0
[编译器/词法分析] bianyiyuanl000
说明:编译原理语法&词法分析器(附带实验报告)希望对大家有用-Compilation Principle grammar<xiongzhongquan> 在 2025-05-01 上传 | 大小:980kb | 下载:0