From 7a6f4586c2e83ffcdb5a8b7b2c5591f6e80e038f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Sun, 13 Oct 2024 00:34:11 -0300 Subject: Change project file structure and api --- monparser.asd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'monparser.asd') diff --git a/monparser.asd b/monparser.asd index 2aa7290..aa5bc2c 100644 --- a/monparser.asd +++ b/monparser.asd @@ -3,4 +3,7 @@ :components ((:file "package") (:file "input") - (:file "parser"))) + (:file "base") + (:file "core") + (:file "extra") + (:file "main"))) -- cgit v1.2.3