-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
805e205
commit dfd1f51
Showing
4 changed files
with
66 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.DS_Store | ||
book | ||
highlight.js |
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,13 @@ | ||
# 2.0.0版本更新(2023-06-28) | ||
|
||
* 将所有基于macOS的代码都迁移到了Linux上 | ||
* 将LLVM版本更新至16 | ||
* 将所有的LLVM IR指针都转写为opaque pointers | ||
* 更改了章节布局 | ||
|
||
* 将数据表示一章分为了数据区与符号表、寄存器和栈、数据的使用三个子章节 | ||
* 将控制语句和函数合并为控制流大章的两个子章节 | ||
* 删除了异常处理一章 | ||
* 增加了内置函数、属性和元数据一章 | ||
* 使用MDBook作为文档构建工具,并将文档托管在了GitHub Pages上 | ||
* 增加、修正了更多细节 |
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