JAVA實現(xiàn)詞法分析器_第1頁
JAVA實現(xiàn)詞法分析器_第2頁
全文預(yù)覽已結(jié)束

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)

文檔簡介

1、 3/3JAVA實現(xiàn)詞法分析器 package BYYL; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; public class CFFX public int ch; public int code;/保留字狀態(tài)碼 public StringBuffer strToken = new StringBuffer();/存放構(gòu)成單詞符號的字符串 public String retainWord

2、= new Stringint,if,else,return,main,void,while,break;/保留字 /判斷是否是字母 public boolean IsLetter() if(ch=65 return false; /判斷是否是數(shù)字 public boolean IsDigit() if(ch=48 return false; /判斷是否是空格 public boolean IsBC(int ch) if(ch = 32) return true; return false; /連接字符 public void Concat(char ch) strToken.append(c

3、h); /判斷是否是保留字 public int Reserve() for(int i = 0;i =0 return 2; / public void Retract() code = Reserve(); if(code = 1) System.out.println(+1+,+strToken+); else if(code = 2) System.out.println(+2+,+strToken+); else if(code = 3) System.out.println(+3+,+strToken+); strToken.delete(0, strToken.length();

4、 /* * 讀取文件 */ public void scanner() BufferedReader br; try br = new BufferedReader(new FileReader(d:tests.txt); while(ch = br.read() != -1) /System.out.println(=+(char)ch); if(IsBC(ch) = false) if(IsLetter() if(IsLetter() = true | IsDigit() = true) Concat(char) ch); else if(IsDigit() = true) Concat(

5、char)ch); else if(IsDigit() Concat(char) ch); else if(ch = 61) if(strToken.length() != 0 ) System.out.println(+4+,+strToken+); strToken.delete(0, strToken.length(); else strToken.append(char)ch); else if(ch = 43) Retract(); System.out.println(+4+,+(char) ch+); else if(ch = 45) Retract(); System.out.

6、println(+4+,+(char) ch+); else if(ch = 42) Retract(); System.out.println(+4+,+(char) ch+); else if(ch = 47) Retract(); System.out.println(+4+,+(char) ch+); else if(char) ch = ;) Retract(); System.out.println(+5+,+(char) ch+); else if(char) ch = () Retract(); System.out.println(+5+,+(char) ch+); else

7、 if(char) ch = ) Retract(); System.out.println(+5+,+(char) ch+); else if(char) ch = ) Retract(); System.out.println(+5+,+(char) ch+); else if(char) ch = ) Retract(); System.out.println(+5+,+(char) ch+); else if(char) ch = ,) Retract(); System.out.println(+5+,+(char) ch+); else Retract(); catch (FileNotFoundException e1) / TODO Auto-generated catch block e1.printStackTrace(); catch (IOException e) / TODO Auto-generated c

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
  • 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

最新文檔

評論

0/150

提交評論