Started work on the compiler, with a desugar phase

This commit is contained in:
2025-12-26 20:42:03 +03:00
parent 2a5cb56566
commit d84d81e824
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))