aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-10-16 21:50:17 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-10-16 21:51:11 -0400
commit4704ab45e19c70f82096bd049b902efd49db8c35 (patch)
tree5eeaa262b4151b9cd9e763341dedc26a76b8b3a8
parent44c8bee9ff38e99b74f728541956801cfb673ff2 (diff)
Add "dragon" haiku
-rw-r--r--haiku.txt3
-rw-r--r--makefile1
2 files changed, 4 insertions, 0 deletions
diff --git a/haiku.txt b/haiku.txt
new file mode 100644
index 0000000..8b1de72
--- /dev/null
+++ b/haiku.txt
@@ -0,0 +1,3 @@
+A small compiler,
+seems as big as a dragon
+A late night, sunrise
diff --git a/makefile b/makefile
index 68d40c4..1d5ed1c 100644
--- a/makefile
+++ b/makefile
@@ -58,4 +58,5 @@ tar: headers pc.y pc.l tree.c scope.c node.c pc.c sem_check.c gen_code.c
pascal_compiler/sem_check.c \
pascal_compiler/sem_check.h \
pascal_compiler/readme.txt \
+ pascal_compiler/haiku.txt \
pascal_compiler/makefile