搜索资源列表
lex05
- 从lex&yacc说到编译器(5.实用javacc)-from lexyacc said compiler (five. Practical JavaCC)
lex.yy
- 词法分析lex.yy原代码-lexical analysis lex.yy source
c-lex
- C语言C-lex词法分析头文件-C language C-lex lexical analysis header files
Lex@yacc
- 从lex&yacc说到编译器(二)flex的使用-from lexyacc said compiler (2) the use of flex
BisonManual
- Lex和Yacc的Manual-Lex and Yacc the Manual
lex01
- 从lex&yacc说到编译器1-from lexyacc said a compiler
lex&yacc说到编译器
- 一个关于语法分析的程-a grammatical analysis on the way
lexandyacc
- lex,yacc中文第二版,代码部分有点模糊,不过可以再网站down源代码
使用lex分析java源程序
- Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Labora
JAVA-Lexer
- java实现的词法分析器,手工生成,输入源程序后,可分离出标志符,分割符,运算符,保留字-achieve the lexical analyzer, artisanal production, import source, can be broken down into URI, Segmentation website Operators, reservations word
makedep.tar
- 用lex ,flex 语言实现在c,c++源代码中inlcude 所包括的文件名及其深度递归搜索。-With lex, flex language in c, c++ source code included inlcude the file name and its depth of recursive search.
Calling_Cp208237972007
- lex an show tokenizer 2 java
ANSIC_COMPILER
- 这是用JAVA写的一个ANSI C的词法和语法分析器 已经通过调试 可以使用 但是没有提供预处理器-A compiler for ansi c, including the lex and parse phases.
From-lex-yacc-to-javacc
- lex,yacc是词法、语法分析工具,文档介绍了词法语法分析过程及java下的lex-yacc工具——java-lex, yacc is a lexical, grammar analysis tools, document describes the process of lexical and syntax analysis under the lex-yacc java tools- javacc
lexayacc
- 利用LEX及YACC实现嵌入式SQL分析器-LEX and YACC to use Embedded SQL parser
exerc1.lex
- Flex example. Count number of words, phrases, differents words, words average per phrases and lexical density.
Flex_a_Bison
- 《flex与bison》被期待已久,是经典O’Reilly系列书籍《lex & yacc》的续篇。在原书出版以来的近20年中,flex和bison已被证明比原来的Unix工具更可靠、更强大-"Flex and bison" long-awaited, is classic O Reilly series of books "lex & yacc" sequel. In the original book was published nearly 20 years since, flex, and
antlr
- ANTLR—Another Tool for Language Recognition,其前身是PCCTS,它为包括Java,C++,C#在内的语言提供了一个通过语法描述来自动构造自定义语言的识别器(recognizer),编译器(parser)和解释器(translator)的框架。ANTLR可以通过断言(Predicate)解决识别冲突;支持动作(Action)和返回值(Return Value)来;更棒的是,它可以根据输入自动生成语法树并可视化的显示出来(这一点我将在下面的例子中演示)。由
Lex
- 编译原理,词法分析程序,是用用Lex做的词法分析-It is a part of complier using Lex