Add dev.org to collect all the materials that helped us through the process

This commit is contained in:
Sameer Rahmani 2020-06-07 11:11:17 +01:00
parent c7c4876838
commit caa02aa004
2 changed files with 17 additions and 0 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
/target
*~

15
dev.org Normal file
View File

@ -0,0 +1,15 @@
* Resources
** Rust
- The Rust book :: https://doc.rust-lang.org/book/
** LLVM
- Brief overview of LLVM :: https://www.infoworld.com/article/3247799/what-is-llvm-the-power-behind-swift-rust-clang-and-more.html
- A bit in depth details on LLVM :: https://aosabook.org/en/llvm.html
- Rust binding :: https://crates.io/crates/llvm-sys
- Official LLVM tutorial C++ :: https://llvm.org/docs/tutorial/
- Rust LLVM tutorial :: https://github.com/jauhien/iron-kaleidoscope
** Data structures
- Pure functional datastructures papaer :: https://www.cs.cmu.edu/~rwh/theses/okasaki.pdf
** Cranelift
- Source tree :: https://github.com/bytecodealliance/wasmtime/tree/master/cranelift