From 366bc489561179406c004c5150c1abaa258d7f7f Mon Sep 17 00:00:00 2001 From: SimonFJ20 Date: Wed, 18 Sep 2024 03:40:34 +0200 Subject: [PATCH] add chapter 4 --- compiler/chapter_4.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 compiler/chapter_4.md diff --git a/compiler/chapter_4.md b/compiler/chapter_4.md new file mode 100644 index 0000000..9834188 --- /dev/null +++ b/compiler/chapter_4.md @@ -0,0 +1,5 @@ + +# 4 Symbol resolver + +In this chapter, I'll show how you could implement symbol resolution. +