搜索资源列表
flex.exe
- A fast lexical analyser generator. It is a tool for generating programs that perform pattern-matching on text. There are many applications for Flex, including writing compilers in conjunction with GNU Bison
Lex
- A simulated lexical analyser for HLL like C,PASCAL etc. I have given a sample text file from which the source code reads the dummy program n analyses it. The program can be extended by adding more.
1
- 这个程序是一个词法分析程序,实现的功能是对给定的任意一个包含注释的c语言句子,(注释格式为/*…*/),能将注释部分中的小写字母变为大写字母,其它不变。-This is a lexical analyser lexer,which can be used to achieve something...
lexical
- 编译语法,词法分析程序-Translation grammar, lexical analyser
Compilateur
- lexical analyser for pascal language.
lexanalyzerinc
- it is a lexical analyser
cLex
- As you know lexical analysis is the first pass of many programs including compilation code analysis... after finishing the first chapter of my course on compilation i ve decided to write my own lexical analyser of the c langage (cLex). the code have
lexical
- lexical analyser for compilers
LEXICAL_Ranjith
- lexical analyser using c program
code
- VIsual C++ Program for developing a lexical analyser
analyser
- 编译原理中的词法分析器,分析一段程序中的词法错误。-Compiler Principle of lexical analyzer, lexical errors in a program.
lexical_analyser.tar
- creating the lexical analyser
lexical-analyser
- lexical analyser for compiler course
TP1
- This programe represent a simple lexical analyser in C
词法分析器
- 自己做的c语言的词法分析器,C++语言编写,内有附件将各标识符、界符、运算符等的种别码列出(Lexical Analyser for C)