-
Notifications
You must be signed in to change notification settings - Fork 18
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
Showing
2 changed files
with
18 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 结语 | ||
|
||
本教程基于 dynasm 实现了一个 Brainfuck JIT 虚拟机,主要功能有 Brainfuck 解析编译、简单优化、动态生成机器码,并提供了友好的命令行界面。 | ||
|
||
希望本项目对有兴趣深入研究 JIT 技术的人有所帮助。 | ||
|
||
欢迎 PR 来进一步改进本项目。 | ||
|
||
第三方依赖: | ||
|
||
<https://crates.io/crates/dynasm> | ||
|
||
<https://github.com/dtolnay/thiserror> | ||
|
||
<https://github.com/TeXitoi/structopt> |