Reorganized basically everything, making way for the compiler

This commit is contained in:
2025-11-15 13:06:16 +03:00
parent 81c349c70a
commit 8e980a8f1b
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))