Introduction - If you have any usage issues, please Google them yourself
词法分析的程序。核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果你做一个新的DFA,就能分析新的词法。 DFA 的初始化在CAjaxParser
Packet : AjaxParser.zip filelist
AjaxParser/ajax.cpp
AjaxParser/ajax.h
AjaxParser/AjaxParser.aps
AjaxParser/AjaxParser.clw
AjaxParser/AjaxParser.cpp
AjaxParser/AjaxParser.dsp
AjaxParser/AjaxParser.dsw
AjaxParser/AjaxParser.h
AjaxParser/AjaxParser.ncb
AjaxParser/AjaxParser.plg
AjaxParser/AjaxParser.rc
AjaxParser/AjaxParserDlg.cpp
AjaxParser/AjaxParserDlg.h
AjaxParser/automata1.GIF
AjaxParser/ReadMe.txt
AjaxParser/res/
AjaxParser/res/AjaxParser.ico
AjaxParser/res/AjaxParser.rc2
AjaxParser/resource.h
AjaxParser/scanner.cpp
AjaxParser/scanner.h
AjaxParser/StdAfx.cpp
AjaxParser/StdAfx.h
AjaxParser/Debug/
AjaxParser/Debug/AjaxParser.res
AjaxParser/Debug/vc60.idb
AjaxParser/Debug/AjaxParser.pch
AjaxParser/Debug/vc60.pdb
AjaxParser/Debug/StdAfx.sbr
AjaxParser/Debug/StdAfx.obj
AjaxParser/Debug/ajax.sbr
AjaxParser/Debug/AjaxParser.sbr
AjaxParser/Debug/AjaxParserDlg.sbr
AjaxParser/Debug/AjaxParserDlg.obj
AjaxParser/Debug/AjaxParser.obj
AjaxParser/Debug/ajax.obj
AjaxParser/Debug/AjaxParser.ilk
AjaxParser/Debug/AjaxParser.exe
AjaxParser/Debug/AjaxParser.pdb
AjaxParser/Debug/AjaxParser.bsc
AjaxParser/AjaxParser.opt
AjaxParser/