From 91c8f99d20e46b698f5c4b58ec2842ae4f71d859 Mon Sep 17 00:00:00 2001 From: Marcos Vinicius Date: Mon, 15 Jun 2020 20:48:28 -0300 Subject: [PATCH 1/2] up compiler in c --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bd4a10..b637dfb 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,7 @@ * [**C**: _Writing a Simple Garbage Collector in C_](http://maplant.com/gc.html) * [**C**: _C interpreter that interprets itself._](https://github.com/lotabout/write-a-C-interpreter) * [**C**: _A C & x86 version of the "Let's Build a Compiler" by Jack Crenshaw_](https://github.com/lotabout/Let-s-build-a-compiler) +* [**C**: _A journey explaining how to build a compiler from scratch](https://github.com/DoctorWkt/acwj.git ) * [**C++**: _Writing Your Own Toy Compiler Using Flex_](https://gnuu.org/2009/09/18/writing-your-own-toy-compiler/) * [**C++**: _How to Create a Compiler_](https://www.youtube.com/watch?v=eF9qWbuQLuw) [video] * [**C++**: _Kaleidoscope: Implementing a Language with LLVM_](https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html) @@ -447,8 +448,7 @@ * [**Rust**: _Writing Scalable Chat Service from Scratch_](https://nbaksalyar.github.io/2015/07/10/writing-chat-in-rust.html) * [**TypeScript**: _Tiny Package Manager: Learns how npm or Yarn works_](https://github.com/g-plane/tiny-package-manager) -## How to contribute - +## How to contribute * Contributions are very welcome: [Submit tutorial](https://github.com/danistefanovic/build-your-own-x/issues/new) * Help me to review [pending submissions](https://github.com/danistefanovic/build-your-own-x/issues) by leaving comments and "reactions" From 1109a4a80bccf807831da44217fbf071b971ea3e Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Thu, 18 Jun 2020 18:37:09 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b637dfb..3603179 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,7 @@ * [**C**: _Writing a Simple Garbage Collector in C_](http://maplant.com/gc.html) * [**C**: _C interpreter that interprets itself._](https://github.com/lotabout/write-a-C-interpreter) * [**C**: _A C & x86 version of the "Let's Build a Compiler" by Jack Crenshaw_](https://github.com/lotabout/Let-s-build-a-compiler) -* [**C**: _A journey explaining how to build a compiler from scratch](https://github.com/DoctorWkt/acwj.git ) +* [**C**: _A journey explaining how to build a compiler from scratch_](https://github.com/DoctorWkt/acwj) * [**C++**: _Writing Your Own Toy Compiler Using Flex_](https://gnuu.org/2009/09/18/writing-your-own-toy-compiler/) * [**C++**: _How to Create a Compiler_](https://www.youtube.com/watch?v=eF9qWbuQLuw) [video] * [**C++**: _Kaleidoscope: Implementing a Language with LLVM_](https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html)