aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8d1b4e6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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