Reorganized basically everything, making way for the compiler

This commit is contained in:
2025-11-15 13:06:16 +03:00
parent 27115ab4f2
commit 3f0a860a03
15 changed files with 84 additions and 25 deletions

View File

@@ -1,6 +1,5 @@
(executable
(name main)
(public_name main)
(libraries str lisp unix))
(include_subdirs unqualified)
(name inter)
(public_name inter)
(libraries str interpreter unix)
(package main))