başlangıç, push pop + - . vb.

This commit is contained in:
2024-07-18 13:50:14 +03:00
commit a0fb419b1b
8 changed files with 327 additions and 0 deletions

6
build.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
sbcl --load cl-forth.asd \
--eval '(ql:quickload :cl-forth)' \
--eval '(asdf:make :cl-forth)' \
--eval '(quit)'