added readme with build badge

This commit is contained in:
2026-05-17 17:54:33 +03:00
parent 682d54e36c
commit f3da8751a4
+10
View File
@@ -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.