From 10e8faf71a229de212fccfcd66fc30cbb3075ffd Mon Sep 17 00:00:00 2001 From: sam Date: Sun, 21 Jul 2024 02:42:06 +1200 Subject: [PATCH] add readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ac6864e --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# compiler +### just a simple lisp compiler to learn compiler dev + +#### compiling +to compile run `make` + +#### running +to run the example run `make run`, or to compile another file run `./compiler filename.lisp binaryname` \ No newline at end of file