From cf1a1241c88692e91959a562fc6d8a3bc8c40b5a Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Thu, 29 Oct 2020 19:34:12 +0000 Subject: [PATCH] Update dev.org with more resources --- dev.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev.org b/dev.org index bc923fe..3e4a35f 100644 --- a/dev.org +++ b/dev.org @@ -13,6 +13,9 @@ Then here is the list or parsers that we have considered - https://en.wikipedia.org/wiki/Collision_attack * Resources +For a generic list of resources on compiler design take a look at https://tomassetti.me/resources-create-programming-languages/ +** Lisp +- Make a Lisp :: https://github.com/kanaka/mal/blob/master/process/guide.md ** Rust - The Rust book :: https://doc.rust-lang.org/book/ https://www.reddit.com/r/rust/comments/2s1zj2/the_rust_programming_language_book_as_epub/ ** LLVM