# llvm-kaleidoscope-rs Follow the official llvm tutorial [`Kaleidoscope: Implementing a Language with LLVM`][llvm-tutorial] to learn about `llvm` and practice some `rust`. ## License This project is licensed under the [MIT](LICENSE) license. [llvm-tutorial]: https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html