- Category:
- -
- Tags:
-
[C/C++]
[源码]
- File Size:
- 17kb
- Update:
- 2012-11-26
- Downloads:
- 0 Times
- Uploaded by:
- gtj_1987
Description: 1. Analysis of the input file 2. Regular expressions into NFA 3. More than the combined NFA conversion 4.NFA Code Generation DFA 5 on input file format: There is no consideration of the lex input file error handling, the input file must be written in strict correct. Lex in the regular expression operators used the following: [] |* @ () and regular expressions can not be a subset of other regular expressions. If you want to be identified in the regular-type operator to use the above, please use the escape symbol, that is, \. For example, if you want to use*, can be written in \*
- [lex] - Simulation lex, realize the basic functi
- [1)] - On C++ For lexical and syntax analysis.
- [NFtoDFA] - Regular expression is converted to DFA a
- [AutoMake5.0] - When a university to do the compiling pr
- [123] - Principles of curriculum design report c
- [SeuLexProject] - Analysis of the Lex input file of regula
- [lex] - Using c++ parser to achieve this method,
- [Automate] - graphic Automaton simulator,NFA to DFA c
- [Lex] - Visual Studio.NET 2003 source :lex.cpp
File list (Check if you may need any files):
Lex.cpp
lex.h
lex.yy.cpp
lex使用说明.doc
lex实验报告.doc
test.txt
yytab.h