-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
7 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 2024/07/12 工作日志 | ||
# 2024/07/14 工作日志 | ||
|
||
本次并没有提交新功能。 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 2024/07/15 工作日志 | ||
|
||
本次并没有提交新功能。 | ||
|
||
### 撤回了部分02024/7/14的更改 | ||
|
||
修复了LineReader,解决了无法读取文件的问题。 | ||
|
||
### 接下来要做的事 | ||
|
||
1. 支持文件处理库 | ||
2. 支持编译为平面字节码 | ||
3. 编写词法分析的保存功能 | ||
4. 编写AST的O1优化器 | ||
5. 完善标准库 | ||
6. 编写AST的解释器 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters