Started work on the compiler, with a desugar phase

This commit is contained in:
2025-12-26 20:42:03 +03:00
parent e10124498e
commit 4f1ad54596
4 changed files with 109 additions and 23 deletions

View File

@@ -3,3 +3,8 @@
(public_name ollisp-inter)
(libraries str unix interpreter)
(package ollisp))
(executable
(name comp)
(public_name ollisp)
(libraries str unix compiler interpreter))