-
一个使用flex和bison的小例子
一个使用flex和bison的小例子-use of a flex and bison small examples
- 2022-06-19 23:30:51下载
- 积分:1
-
希望可以帮助同学在编译原理上有有更多的理解!
希望可以帮助同学在编译原理上有有更多的理解!- The hope may help the schoolmate in the translation principle
has more understanding!
- 2022-09-29 14:05:03下载
- 积分:1
-
词法分析器,将输入的字符串识别成c语言的关键字等
词法分析器,将输入的字符串识别成c语言的关键字等-lexical analyzer, the input string as c identification of keywords, such as language
- 2022-12-21 19:15:03下载
- 积分:1
-
语法分析器,对已给pascal语言文法,构造LL(1)分析表,编制语法分析程序,要求将错误信息输出到语法错误文件中,并输出分析句子的过程...
语法分析器,对已给pascal语言文法,构造LL(1)分析表,编制语法分析程序,要求将错误信息输出到语法错误文件中,并输出分析句子的过程-Parser that have been to the pascal language grammar, structure LL (1) analysis table, the preparation of parsing procedure that requires the output to the error message syntax error file, and output analysis of the process of sentence
- 2022-01-27 15:57:33下载
- 积分:1
-
目的:通过编写简单的YACC程序熟悉YACC词法分析工具的基本用法,及词法分析器的设计思路。编写包括赋值语句、if语句以及含有加合乘运算的表达式等语法结构的pa...
目的:通过编写简单的YACC程序熟悉YACC词法分析工具的基本用法,及词法分析器的设计思路。编写包括赋值语句、if语句以及含有加合乘运算的表达式等语法结构的pascal子集语言的语法分析器。 功能:程序由两个模块LEX和YACC构成,YACC使用LEX分析后的正规单词输出流-Objective : to prepare a simple procedure with YACC YACC lexical analysis of the basic tools to use, and the lexical analyzer designs. Preparation including assignment if statements containing Addition and multiplication of expressions such as grammatical structure of the pascal subset of the language syntax analyzer. Function : procedures by the two modules constitute LEX and YACC, YACC LEX analysis using the formal word output streams
- 2022-01-26 03:38:11下载
- 积分:1
-
一简单小型类pascal语言编译器的词法分析程序,附详细的实验报告...
一简单小型类pascal语言编译器的词法分析程序,附详细的实验报告-a small category pascal simple language compiler of lexical analysis procedures, with details of the experimental report
- 2023-04-27 14:10:02下载
- 积分:1
-
CMINUS写在C语言的语法分析器,用递归下降法
C语言编写的cminus语言语法分析器,采用递归下降方法-Cminus written in C language parser, using recursive descent method
- 2023-05-13 01:25:03下载
- 积分:1
-
为你的脚本语言编辑器添加智能感知效果,就像VS开发环境的自动提示一样....
为你的脚本语言编辑器添加智能感知效果,就像VS开发环境的自动提示一样.-For your scripting language editor to add intellisense effects, like the VS development environment, like the automatic prompts.
- 2022-12-26 09:50:03下载
- 积分:1
-
V的编码器编码。
encode.v The encoder
syndrome.v Syndrome generator in decoder
berlekamp.v Berlekamp algorithm in decoder
chien-search.v Chien search and Forney algorithm in decoder
decode.v The top module of the decoder
inverse.v Computes multiplication inverse of an Galois field element
test-bench.v The test fixture, and some brief notes on using the modules.
data-rom.v A simple data source for testing
run For those intelligence-challenged who can t run verilog
LGPL The license
-encode.v syndrome.v Syndrome generator in decoder al berlekamp.v Berlekamp gorithm in decoder chien- search.v Chien searc h and Forney in decoder algorithm decode.v The t op module of the decoder inverse.v Computes intercommunication tiplication inverse of an element over Galois field test-bench.v The test fixture. and some brief notes on using the modules. data- rom.v A simple data source for testing run For th PNA intelligence-challenged who can not run veri The log LGPL license
- 2022-02-03 11:33:44下载
- 积分:1
-
一个简单的编译器,词法分析,语法分析,代码生成
一个简单的编译器,有词法分析,语法分析,代码生成-a simple compiler, lexical analysis, grammar analysis, code generation
- 2022-04-16 04:53:04下载
- 积分:1