Skip to content

Commit 14a0828

Browse files
committed
更新README和报告
1 parent a1441e8 commit 14a0828

File tree

2 files changed

+1677
-0
lines changed

2 files changed

+1677
-0
lines changed

README.md

+33
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,39 @@
55

66
代码结构:
77

8+
```
9+
compiler
10+
|- input
11+
|- grammer.txt
12+
|- 测试文件
13+
|- ...
14+
|- output
15+
|- First集合.txt
16+
|- Follow集合.txt
17+
|- 分析表.txt
18+
|- 文法.txt
19+
|- 终结符.txt
20+
|- 词法分析产生的中间结果.txt
21+
|- 非终结符.txt
22+
|- result
23+
|- gra.tsv
24+
|- lex.tsv
25+
|- src
26+
|- Config.java
27+
|- TextLexicon.java
28+
|- TextLexiconInput.java
29+
|- MainLexicon.java
30+
|- FirstTable.java
31+
|- FollowTable.java
32+
|- PredictMap.java
33+
|- TextParse.java
34+
|- TextParseInput.java
35+
|- MainParse.java
36+
|- Main.java
37+
|- README.md
38+
```
39+
40+
841
Config: 一些配置
942

1043
TextLexicon: 词法分析的主类

0 commit comments

Comments
 (0)