From 41baa17a9855bc970becf3dab02f7014753b45db Mon Sep 17 00:00:00 2001 From: bd Date: Thu, 10 Apr 2025 02:11:43 -0400 Subject: Fix the rest of the initial parsing bugs, add high-level tests --- src/package.lisp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/package.lisp') diff --git a/src/package.lisp b/src/package.lisp index 4bdd274..115942e 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -21,8 +21,4 @@ (defpackage #:parse (:use #:cl) - (:export #:str->ast - ;; exported for testing only - #:register - #:instr - )) + (:export #:str->ast)) -- cgit v1.2.3