diff options
author | bd <bdunahu@operationnull.com> | 2025-03-16 19:32:12 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-16 19:32:12 -0400 |
commit | 19d13c8339ee990fba358417a54aa6f1c94c7bca (patch) | |
tree | 9e5d2e3e937fa7a2f76c995cb44b90623424208c /src/package.lisp | |
parent | aca2504eec49f140c76b668b6949ba767746a847 (diff) |
Add clingon command-line arg parser, finish test harness setup
Diffstat (limited to 'src/package.lisp')
-rw-r--r-- | src/package.lisp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp index 78eb546..9d21293 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -1,3 +1,7 @@ (defpackage #:rva (:use #:cl) (:export #:main)) + +(defpackage #:util + (:use #:cl) + (:export #:asm-extension?)) |