From 88b3eb2c7abc7092c13e2ff3adf7e9a3afa6dfdb Mon Sep 17 00:00:00 2001 From: Tu Tran Date: Sat, 21 Oct 2017 19:09:39 -0400 Subject: [PATCH] implement a language with llvm in C++ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ac27e0..590e825 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Let's Build a Simple Database](https://cstack.github.io/db_tutorial/) * [Let's Write a Kernel](http://arjunsreedharan.org/post/82710718100/kernel-101-lets-write-a-kernel) * [Write a Bootloader in C](http://3zanders.co.uk/2017/10/13/writing-a-bootloader/) +* [Implementing a Language with LLVM](https://llvm.org/docs/tutorial/#kaleidoscope-implementing-a-language-with-llvm) ## C#: