版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、精選優(yōu)質(zhì)文檔-傾情為你奉上精選優(yōu)質(zhì)文檔-傾情為你奉上專心-專注-專業(yè)專心-專注-專業(yè)精選優(yōu)質(zhì)文檔-傾情為你奉上專心-專注-專業(yè)詞法分析程序?qū)嶒?yàn)報(bào)告實(shí)驗(yàn)內(nèi)容設(shè)計(jì)并實(shí)現(xiàn)C語言的詞法分析程序,要求如下:可以識(shí)別C語言編寫的源程序中的每個(gè)單詞符號(hào),并以記號(hào)的形式輸出每個(gè)單詞。可以統(tǒng)計(jì)并讀取源程序中的注釋??梢越y(tǒng)計(jì)源程序中的語句行數(shù)、單詞個(gè)數(shù)和字符個(gè)數(shù),并輸出統(tǒng)計(jì)結(jié)果。其中回車換行不計(jì)入字符個(gè)數(shù),空格不計(jì)算為單詞。檢查源程序中存在的錯(cuò)誤,并可以報(bào)告錯(cuò)誤所在的行列位置。發(fā)現(xiàn)源程序中存在錯(cuò)誤后,進(jìn)行適當(dāng)?shù)幕謴?fù),使詞法分析可以繼續(xù)進(jìn)行,通過一次詞法分析處理,可以檢查并報(bào)告源程序中存在的所有錯(cuò)誤。程序特色全部實(shí)
2、現(xiàn)上述實(shí)驗(yàn)要求標(biāo)識(shí)符規(guī)則符合標(biāo)準(zhǔn)C語言要求,允許以下劃線開頭,并包含下劃線可識(shí)別C語言允許的所有無符號(hào)實(shí)數(shù)形式,包括整數(shù)和浮點(diǎn)數(shù)。其中浮點(diǎn)數(shù)可包含指數(shù)e或E,并遵循C語言允許省略整數(shù)部分(如.5表示0.5)或省略小數(shù)部分(如2.E2表示2.0*102)可識(shí)別幾乎C語言所有標(biāo)點(diǎn)符號(hào)和運(yùn)算符,共計(jì)50個(gè)可正確識(shí)別字符和字符串中的轉(zhuǎn)義字符,如和“abcd”均可識(shí)別為單詞不完整,并指出錯(cuò)誤的行和列可識(shí)別C語言的兩種注釋,/和/*/,其中/*/按照C語言要求允許跨越多行語言說明標(biāo)識(shí)符:以字母或下劃線開頭,后跟字母、數(shù)字或下劃線組成的字符串關(guān)鍵字:C語言所有32個(gè)關(guān)鍵字無符號(hào)數(shù):C語言所允許的所有十進(jìn)制實(shí)
3、數(shù)形式,包括整數(shù)和浮點(diǎn)數(shù)。其中浮點(diǎn)數(shù)包括C語言允許的省略整數(shù)部分(如.5表示0.5)和省略小數(shù)部分(如2.E2表示2.0*102)算數(shù)運(yùn)算符:+、+、-、-、*、/、%賦值運(yùn)算符:=、+=、-=、*=、/=、%=、&=、|=、=關(guān)系運(yùn)算符:、=、!=邏輯運(yùn)算符:&、|、!位運(yùn)算符:&、|、其他符號(hào):-、.、#、(、)、?、:、,、;、字符:以單引號(hào)開始,以單引號(hào)結(jié)束,不能跨越多行字符串:以雙引號(hào)開始,以雙引號(hào)結(jié)束,不能跨越多行注釋:以/開始到行末,或者以/*開始,以*/結(jié)束,可以跨越多行運(yùn)行環(huán)境CodeBlocks-13.12 with GCC compiler from TDM-GCC (4
4、.7.1, 32 bit)輸入形式命令行界面,指定C語言源文件作為輸入輸出形式所有標(biāo)識(shí)符寫入指定的符號(hào)表文件分離出一個(gè)單詞后,對(duì)識(shí)別出的記號(hào)以二元式的形式輸出到用戶指定文件,其形式為記號(hào)屬性記號(hào)屬性IDkeykeykeykeykeykeykeykeykeykeykeykeykeykeykeykeykeykeykeykeykeykeykeykeykeykeykeykeykeykeykeykeynumarith-oparith-oparith-oparith-oparith-oparith-oparith-op符號(hào)表序號(hào)autodoubleintstructbreakelselongswitchc
5、aseenumregistertypedefcharexternreturnunionconstfloatshortunsignedcontinueforsignedvoiddefaultgotosizeofvolatiledoifstaticwhile實(shí)數(shù)值+-*/%asgn-opasgn-opasgn-opasgn-opasgn-opasgn-opasgn-opasgn-opasgn-oprel-oprel-oprel-oprel-oprel-oprel-oplog-oplog-oplog-opbit-opbit-opbit-opbit-opbit-opbit-opothersothers
6、othersothersothersothersothersothers others othersothers others others others charstringcomments=+=-=*=/=%=&=|=!=&|!&|-.#()?:,;字符字面量字符串字面量-主要數(shù)據(jù)結(jié)構(gòu)vector table; /字符串向量,臨時(shí)存儲(chǔ)符號(hào)表set keywords; /字符串集合,存放所有關(guān)鍵字string buffer; /輸入緩沖區(qū),存放文件的一行string token; /字符串,存放當(dāng)前單詞string:iterator forward; /字符串buffer的迭代器,向前掃描字
7、符核心算法識(shí)別無符號(hào)數(shù)的有限狀態(tài)自動(dòng)機(jī)s0s23starts1s4s5s6Errordigite/Edigitdigitothers.digitothersdigitdigitdigit+/-/* 由上圖構(gòu)造相應(yīng)的無符號(hào)數(shù)識(shí)別子程序 */void get_digits() while(forward != buffer.end() & notEnd) switch(state) case 1: if(*forward = .) state = 23; else if(*forward = E|e) state = 4; else if(isdigit(*forward) state = 1;
8、else notEnd = fasle; break; case 23: if(*forward = E|e) state = 4; else if(isdigit(*forward) state =23; else notEnd = false; break; case 4: if(*forward = +|-) state = 6; else if(isdigit(*forward) state = 5; else Error;notEnd = false; break; case 5: if(isdigit(*forward) state = 5; else notEnd = false
9、; break; case 6: if(isdigit(*forward) state = 5; elseError;notEnd = false; break; default:break; /* 讀取一個(gè)字符后,如果是語言所定義的單詞符號(hào)的開始字符,則轉(zhuǎn)移到相應(yīng)的識(shí)別識(shí)別過程,否則進(jìn)入錯(cuò)誤處理狀態(tài) */int main() init; open infile, outfile, tablefile; while (true) if (getline(infile, buffer, n) = true) +line; cnt_char += column; column = 0;forwar
10、d = buffer.begin(); else cnt_char += column; write table to tablefile; close infile, outfile, tablefile; output to console; get_nbc; switch (C) case a.z,A.Z,_: token.append; while(digit | letter | _) token.append; if(iskey) table_insert(); outfile key; else outfile ID; break; case 0.9: token.append;
11、 state = 1; get_digits(); state = 0; outfile num; break; case +,-,*,%: token.append; +forward; if(*forward = =) outfile asgn-op; else outfile arith-op; break; case /: token.append; +forward; if(*forward = =) outfile asgn-op; else if(*forward = /) while(forward != buffer.end() read comments; outfile
12、comments; else if(*forward = *) if(get_comments() outfile comments; else close infile, outfile, tablefile; else outfile arith-op; break; case &,|,: token.append; +forward; if(*forward = =) outfile asgn-op; else if(*forward = *(forward-1) outfile log-op; else outfile bit-op; break; case : token.appen
13、d; +forward; outfile bit-op; break; case : token.append; +forward; if(*forward = =) token.append; outfile rel-op; else if(*forward = *(forward-1) token.append; outfile bit-op; else outfile rel-op; break; case =: token.append; +forward; if(*forward = =) outfile rel-op; else outfile asgn-op; break; ca
14、se !: token.append; +forward; if(*forward = =) outfile rel-op; else outfile log-op; break; case : token.append; +forward; while(*forward != ) token.append; +forward; if(*(forward-1) = ) token.append; +forward; if(forward = buffer.end() Error; else outfile string; break; case : token.append; +forward; while(*forward != ) token.append; +forward; if(*(forward-1) = ) token.append; +forward; if(forward = buffer.end() Error; else outfile char; break; case .: token.append; +
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024發(fā)布網(wǎng)絡(luò)廣告協(xié)議
- 仿寫:高新技術(shù)產(chǎn)業(yè)合作開發(fā)合同
- 二手設(shè)備購銷合同范本示例
- 房產(chǎn)交易資金代付協(xié)議書
- 工程拆遷安置合同范本
- 2024年合同延期協(xié)議補(bǔ)充協(xié)議
- 無需擔(dān)保的施工合同范本
- 魚塘養(yǎng)殖土地租賃合同
- 2024年物業(yè)授權(quán)管理合同范本
- 家庭室內(nèi)裝飾裝修工程合同
- 壓力管道材料等級(jí)表
- 三年級(jí)數(shù)學(xué)上冊(cè) 加號(hào)、減號(hào)的來源課外拓素材 冀教版 素材
- 《狼和小羊》PPT課件.ppt
- 神明—EZflame火焰檢測(cè)系統(tǒng)
- 新《固廢法》解讀(專業(yè)版)
- 個(gè)人簡(jiǎn)歷求職簡(jiǎn)歷課件.ppt
- 副神經(jīng)節(jié)瘤圖文.ppt
- 業(yè)務(wù)流程繪制方法IDEF和IDEFPPT課件
- (完整版)垃圾自動(dòng)分揀機(jī)構(gòu)PLC控制畢業(yè)設(shè)計(jì).doc
- 小學(xué)四年級(jí)音樂課程標(biāo)準(zhǔn)
- 我的一次教研經(jīng)歷
評(píng)論
0/150
提交評(píng)論