mirror of
https://github.com/practical-tutorials/project-based-learning
synced 2024-11-10 06:04:19 +00:00
implement a language in llvm with ocaml
This commit is contained in:
parent
88b3eb2c7a
commit
88e6cc1b40
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
|
|||
* [Ruby](#ruby)
|
||||
* [Haskell](#haskell)
|
||||
* [PHP](#php)
|
||||
* [OCaml](#ocaml)
|
||||
* [R](#r)
|
||||
* [Rust](#rust)
|
||||
* [Swift](#swift)
|
||||
|
@ -181,6 +182,10 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
|
|||
* [Building Realtime Chat App with Laravel 5.4 and VueJS](https://www.youtube.com/playlist?list=PLXsbBbd36_uVjOFH_P25__XAyGsohXWlv)
|
||||
* [Build A Social Network: Laravel 5 - Youtube](https://www.youtube.com/playlist?list=PLfdtiltiRHWGGxaR6uFtwZnnbcXqyq8JD)
|
||||
|
||||
## OCaml:
|
||||
|
||||
* [Implement a Language with LLVM in OCaml](https://llvm.org/docs/tutorial/#kaleidoscope-implementing-a-language-with-llvm-in-objective-caml)
|
||||
|
||||
## Ruby:
|
||||
|
||||
* [Build a Network Stack with Ruby](https://medium.com/geckoboard-under-the-hood/how-to-build-a-network-stack-in-ruby-f73aeb1b661b)
|
||||
|
|
Loading…
Reference in a new issue