blob: 8d1b4e6d338ba206cf04e8c0af8e8b5900b4e7d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# 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
|