From 0a050684d97d6efd059ec5bba10d57bf032b5990 Mon Sep 17 00:00:00 2001 From: servetier <128761003+servetier@users.noreply.github.com> Date: Fri, 24 Mar 2023 15:09:59 -0500 Subject: [PATCH] Fixes #633 by removing obselete tutorial. The "C++: _Writing Your Own Toy Compiler Using Flex" article was written in 2009, and is currently obsolete. Article can be found here: https://gnuu.org/2009/09/18/writing-your-own-toy-compiler/ --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dd706a5..f165fe7 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,6 @@ It's a great way to learn. * [**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) -* [**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) * [**F#**: _Understanding Parser Combinators_](https://fsharpforfunandprofit.com/posts/understanding-parser-combinators/)