diff options
author | bd <bdunahu@operationnull.com> | 2025-04-10 02:11:43 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-10 02:11:43 -0400 |
commit | 41baa17a9855bc970becf3dab02f7014753b45db (patch) | |
tree | 6dc77d605ee8567acbe7122ecd9f829b9065a60e /src/package.lisp | |
parent | 3eeebe73826906b1c598d5e5d207bfee936ed315 (diff) |
Fix the rest of the initial parsing bugs, add high-level tests
Diffstat (limited to 'src/package.lisp')
-rw-r--r-- | src/package.lisp | 6 |
1 files changed, 1 insertions, 5 deletions
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)) |