diff options
author | mRnea <akannemre@gmail.com> | 2024-07-18 13:50:14 +0300 |
---|---|---|
committer | mRnea <akannemre@gmail.com> | 2024-07-18 13:50:14 +0300 |
commit | a0fb419b1be8ed53f580c509b7a55cde8e06d4c9 (patch) | |
tree | 36ee859bce5235621e6f7656bb41a269dbe90736 /package.lisp |
başlangıç, push pop + - . vb.
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp new file mode 100644 index 0000000..76547a0 --- /dev/null +++ b/package.lisp @@ -0,0 +1,3 @@ +(defpackage cl-forth + (:use :common-lisp :iterate) + (:export #:main)) |