-
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.
1. fix some bugs please refer to the work log for details
- Loading branch information
1 parent
15f29fb
commit 6b30505
Showing
14 changed files
with
149 additions
and
28 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
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
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
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,30 @@ | ||
# 2024/09/08 工作日志 | ||
|
||
本次修复了项目的许多漏洞,正式发行了2.4.25。 | ||
|
||
### 修复了大量漏洞 | ||
|
||
本次修复的漏洞有: | ||
|
||
* 修复了运行时报错不显示报错文件和行号的漏洞 | ||
* 将String的初始化参数设为常量 | ||
* 修改LICENSE中的年份和版权所有者 | ||
* 修复了新建长度为负数的数列会内存泄漏的漏洞 | ||
* 修复了0为除数无法报错的漏洞 | ||
|
||
|
||
### 接下来要做的事 | ||
|
||
1. 支持文件处理库 | ||
2. 支持编译为平面字节码 | ||
3. 编写词法分析的保存功能 | ||
4. 编写AST的O1优化器 | ||
5. 完善标准库 | ||
6. 编写AST的解释器 | ||
|
||
### 后记 | ||
|
||
随着项目的发展,Stamon的流言蜚语越来越多,甚至还有人企图控制Stamon。 | ||
我认为这是正常的,我只想做我想要做的。 | ||
|
||
我将会发布各种规范,以此限制住一些素质低下的人的行径。 |
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
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