From 30498d5c98b5ca3866dc68ecd27117585332d2e7 Mon Sep 17 00:00:00 2001 From: greg Date: Sun, 16 Jun 2019 00:22:18 -0700 Subject: [PATCH] Add reference work --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index df02fc8..ab0ac4d 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,10 @@ much like Haskell Here's a partial list of resources I've made use of in the process of learning how to write a programming language. +### General + +http://thume.ca/2019/04/18/writing-a-compiler-in-rust/ + ### Type-checking https://skillsmatter.com/skillscasts/10868-inside-the-rust-compiler https://www.youtube.com/watch?v=il3gD7XMdmA