aboutsummaryrefslogtreecommitdiff
path: root/2021/05/README.md
diff options
context:
space:
mode:
Diffstat (limited to '2021/05/README.md')
-rw-r--r--2021/05/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/2021/05/README.md b/2021/05/README.md
new file mode 100644
index 0000000..6a4996d
--- /dev/null
+++ b/2021/05/README.md
@@ -0,0 +1,3 @@
+I went a little overboard with a parsing tutorial.
+
+I wanted to manually write a parser from quite some time now and seized this opportunity. It would have been trivial with just a scanner or even a regex, but hey learning!