Description: Design, preparation, debugging a typical parser, lexical analysis program to realize the word sequence provided by the grammar checking and structural analysis, to further understand the syntax of the analysis of commonly used predictive analysis method
- [1] - Top-down parser, one of the experiment,
- [yufa] - Using predictive analysis method to achi
- [3] - Principles of using c++ compiler impleme
File list (Check if you may need any files):
Parse2\Analyse.cpp
......\Analyse.h
......\Conver.cpp
......\Conver.h
......\expression.txt
......\grammar.txt
......\LexicalAnalysis.cpp
......\LexicalAnalysis.h
......\Parse.aps
......\Parse.clw
......\Parse.cpp
......\Parse.dsp
......\Parse.dsw
......\Parse.h
......\Parse.ncb
......\Parse.opt
......\Parse.plg
......\Parse.rc
......\ParseDlg.cpp
......\ParseDlg.h
......\ReadMe.txt
......\Recursion.cpp
......\Recursion.h
......\res\Parse.ico
......\...\Parse.rc2
......\resource.h
......\StdAfx.cpp
......\StdAfx.h
......\res
Parse2