搜索资源列表
使用lex分析java源程序
- Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Labora
词法分析
- java的词法分析
LR(0)
- 这个是java语言实现的lr0词法语法分析器,用于实现编译语言的语法部分-This is the java language to achieve lr0 lexical parser, syntax of the language used to implement part of the compiled
bianyi
- 编译原理词法分析求first集、follow集,用Java语言实现-Principles of lexical analysis compiled for first set, follow set, using Java language
compiler
- Java语言写的词法分析,虽然很简单,还是大家分享吧-Java language written lexical analysis, although very simple, or to share it
CMM
- CMM语言编译器的词法分析部分,含源码及软件。-CMM language compiler lexical analysis, including source code and software.
PhraseAnalyzer
- 主要实现表达式计算器词法分析功能,对编译原理中的第一步词法分析所编译的代码-The main achievement of expression calculator lexical analysis function, the principle of compiling the first step in the lexical analysis code compiler
Compiler
- java词法分析程序,不是太完美,希望大家下载并指正-java lexical analysis program, not perfect, I hope you download and correction
javaCompiler
- Java开发的一个编译器,有词法分析,语法分析,语义分析-Development of a Java compiler, a lexical analysis, syntax analysis, semantic analysis
try_sw
- CMM编译器词法分析及语法分析代码,请注意:主类在pagemain.java,请阅读此CMM语言的格式再调试-CMM compiler lexical analysis and parsing code, please note: the main categories in pagemain.java, please read this format again CMM language debugging
CMMCompiler
- 一种CMM语言的词法分析,语法分析,编译原理课的作业项目-A CMM language lexical analysis, grammar analysis, the compiler of the operating principle of class projects
305314118
- JAVA词法分析器 JAVA词法分析器 -JAVA词法分析器 JAVA词法分析器 JAVA词法分析器JAVA词法分析器JAVA词法分析器
Test_Compile
- 编译技术词法分析算法。对一个C语言源程序进行词法分析,分为保留字、标示符、常量、分隔符、特殊符号五类。使用了超前搜索算法,java语言编写。-Lexical analysis algorithm compiler technology. Of a C language source code for lexical analysis, divided into reserved words, identifiers, constants, delimiters, five special sym
lexer
- Java编写的编译器前端,词法分析器部分。-A lexer for compiler in Java
a
- 编译原理的词法分析的模拟程序,采用swt库进行开发。-Compiler Construction Principles of the lexical analysis simulation program, developed using swt library.
Lexicalanalysis
- Java程序词法分析。找出其中用到的关键字、方法名、变量名以及操作运算符-Lexical analysis of Java programs
java
- 词法分析器 编译原理里的 要实现词法的分析功能-Lexer
JAccidenceAnalyse
- 有java实现的词法分析器,功能强大不止是简单的词法分析,还扩张了许多功能-A java implementation of lexical analyzer, and powerful than a simple lexical analysis, but also expand the number of features
jAVA
- 无符号数的词法分析与逆波兰数的词法分析JAVA代码(The number of unsigned lexical analysis)
java实现语法分析器及词法分析器
- 由java语言实现的编译原理实验的词法分析和语法分析器(The lexical analysis and parser of compiler principle experiment implemented by java language)