搜索资源列表
compiler.rar
- decaf.jar 是将类java的decaf语言编译成tac码(Three address code,类似汇编指令)的编译器。 包含了前端的词法和语法分析、语义分析,中间代码的生成。是我最近写完的编译课的一个作业。 例子: 1. 调用 java -jar decaf.jar -l 2 blackjack.decaf > blackjack.tac 生成 *.tac 文件 2. 然后,调用 java -jar tac.jar blackjack.tac
analysis.rar
- 编译原理上机实验,c语言的词法分析器。将单词分为保留字,标识符,数字。可实现c语言的几乎全部词法分析。,Principle of the Experimental Machine compiler, c language lexical analyzer. The word is divided into reserved words, identifiers, numbers. Can be realized almost all of c language lexical analysis.
Java-Scanner
- 词法分析器(编译原理) Java语言词法分析器的设计与实现-Lexical Analyzer (Compilation Principle) Java language lexical Analyzer Design and Implementation
cffxq
- 一个用java编写的词法分析器!其主要运用和来源是编译原理词法分析器的课程设计!-Using java prepared a lexical analyzer! Its main source of application and compiling principle of curriculum design lexical analyzer!
JLex
- JLex词法分析生成器,可以用于生成简单词法分析器,java编写-JLex lexical analysis generator can be used to produce simple lexical analyzer, the preparation of java
jing
- 编译原理词法分析适合初学者参考。我相信会给你们一些帮助的-Compilation Principle beginners reference for lexical analysis. I believe that will give you some help
LexicalAnalyer
- 一个简单有效的CMM语言的词法分析器,带图形界面-A simple and effective CMM language lexical analyzer with a graphical interface
yufa
- 编译原理 实现了词法分析 语法分析等基本功能 -Compilation Principle achieved syntax analysis, lexical analysis of the basic functions of
ComplierLab
- C语言的词法、语法分析器 输出语法分析树,很强大-C language, lexical, syntax analyzer output parsing tree, very strong
java
- java的antlr词法\语法分析代码,版本针对java1.5-java lexical antlr parsing the code, version for java1.5
cmmcc1.0
- 编译器中的词法分析,用java实现,类c语言的编译器-Compiler of the lexical analysis, using java implementation, class c language compiler
cifafenxi
- 简单的词法分析器 编译课程综合训练 java语言 -Simple lexical analyzer to compile a comprehensive training course java language
word_analyser
- 编译原理中的词法分析程序,使用netbeans开发-Compiler Construction Principles of lexical analysis, the use netbeans to develop
1
- 编译原理词法分析程序,对pascal语言进行词法分析并生成相应的类号.-Principles of lexical analysis program compiled on the pascal language lexical analysis and generate its corresponding category.
Compiler
- 本设计Tiger语言为源语言,制作了编译程序的前端部分,主要包括了词法分析、语法分析、抽象语法树和类型检查的设计和实现方法,以及课程设计中碰到的问题、实验心得、参考数据等。-Tiger of the design language for the source language, has produced a compiler front-end parts, including the lexical analysis, syntax analysis, abstract syntax tre
Main
- 这是一个模拟编译器词法分析的程序。输入正则表达式,再输入一个字符串,该程序可以判定字符串是否符合正则式的规则-This is a simulation compiler lexical analysis process. Enter the regular expression, and then enter a string, the program can determine whether the string is the type of rules
JavaLex-gcc
- c++写的Java词法分析器。附有实验报告和源代码。-Java lexical analyzer written in C++
Main
- java语言写的词法分析器,编译原理课的实验源代码-written in java language lexical analyzer, the principle of classes to compile the source code of the experiment
Lexical
- 用JAVA实现的词法分析器 对学习编译原理作用很大哦-JAVA achieved by lexical analyzer to study the role of compiling principle Oh great
97972458cifa-java
- 比较好的词法分析器,可以好好看看的,而且是用java-Good lexical analyzer can be a good look, and it is java
