-
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
4 changed files
with
36 additions
and
10 deletions.
There are no files selected for viewing
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/12 工作日志 | ||
|
||
本次并没有提交新功能。 | ||
|
||
### 将SFN涉及到平台的函数封装到了依赖库 | ||
|
||
``SFN.cpp``将不再直接调用标准C库,而是调用``stmlib.hpp``中的封装后的接口。 | ||
|
||
### 接下来要做的事 | ||
|
||
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
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
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