From f3da8751a4c1ed54946781a725990f8f69cc0a03 Mon Sep 17 00:00:00 2001 From: Emin Arslan Date: Sun, 17 May 2026 17:54:33 +0300 Subject: [PATCH] added readme with build badge --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f01d8fc --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +[![built with garnix](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fgarnix.io%2Fapi%2Fbadges%2Fhaxala1r%2Flisp)](https://garnix.io/repo/haxala1r/lisp) + +## Lisp compiler written in OCaml + +This project is a small lisp compiler written in OCaml. + +Currently, a small lisp-like language is compiled into a custom bytecode format. +Documentation for the language, along with the bytecode format will be published +upon first release. +