From 1ff8ffb793a988de0bea7b3c7e663886801e9ce9 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 1 Jun 2024 11:06:53 -0700 Subject: Add: types.lisp, singletonc lasses, debugging instr.lisp --- sarcasm.asd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sarcasm.asd') diff --git a/sarcasm.asd b/sarcasm.asd index dc8b4e8..0569a5d 100644 --- a/sarcasm.asd +++ b/sarcasm.asd @@ -5,8 +5,11 @@ :author "Colin " :license "GPL3" :version "0.0.1" - :depends-on (#:alexandria #:yacc) + :depends-on (#:alexandria #:closer-mop) :pathname "src/" :serial t :components ((:file "util") + (:file "types") + (:file "raw-instrs") + (:file "instr") (:file "ast"))) -- cgit v1.2.3