資源簡介
編譯原理課程設計學完之后,自己做了一個編譯器,里面有文檔 ,可以翻譯成匯編語言

代碼片段和文件信息
#include
#include
#include
#include“Lec.h“
#include“error.h“
#include“translate.h“
#include“Parsing.h“
using?namespace?std;
/**
1?variable
2?const?number
3?typical?word
4?operator
5??bound
*/
int?main()
{
????start();
????Lexical();
????printLex();
????Parsing();
????endTranslate();
????system(“pause“);
????return?0;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????203899??2015-05-27?17:10??BY15編譯原理課程設計.docx
?????文件?????????693??2014-12-18?14:09??error.h
?????文件????????5219??2014-12-17?22:19??Lec.h
?????文件?????????375??2014-12-17?22:55??main.cpp
?????文件????????1639??2014-12-18?21:42??MrX.txt
?????文件????????9135??2014-12-17?21:56??Parsing.h
?????文件?????????380??2014-12-17?10:36??toAsm.cc
?????文件????????9266??2014-12-18?21:42??translate.h
?????文件??????????91??2014-12-18?21:38??xu.txt
- 上一篇:編譯原理C語言實現詞法分析程序帶容錯處理!
- 下一篇:編譯原理實驗-詞法分析器
評論
共有 條評論