https://github.com/iamazy/llvm-cookbook-code
https://github.com/iamazy/llvm-cookbook-code
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamazy/llvm-cookbook-code
- Owner: iamazy
- Created: 2021-01-12T14:48:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-15T10:19:35.000Z (almost 5 years ago)
- Last Synced: 2025-04-05T18:17:15.182Z (11 months ago)
- Language: Rust
- Size: 20.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# llvm-cookbook-code
### Projects
[cranelift](https://github.com/bytecodealliance/wasmtime/tree/main/cranelift)
[cranelift-jit-demo](https://github.com/bytecodealliance/cranelift-jit-demo)
[inkwell](https://github.com/TheDan64/inkwell)
[bfc](https://github.com/Wilfred/bfc)
[compiler_series](https://github.com/bisqwit/compiler_series)
[Brainfuck JIT 虚拟机教程](https://github.com/Nugine/bfjit)
[build your own lisp](http://www.buildyourownlisp.com/)
[Let's Build a Regex Engine](https://kean.blog/post/lets-build-regex)
[awesome-compilers](http://aalhour.com/awesome-compilers/)
[用Rust编写LLVM的玩具前端](https://github.com/fucking-translation/blog/blob/main/lang/rust/02-%E7%94%A8Rust%E7%BC%96%E5%86%99LLVM%E7%9A%84%E7%8E%A9%E5%85%B7%E5%89%8D%E7%AB%AF.md)