11 lines
435 B
Markdown
11 lines
435 B
Markdown
[](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.
|
|
|