1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-19 09:23:06 +00:00

Forgot LISP in images :-(

This commit is contained in:
David Schmenk
2025-04-07 19:31:21 -07:00
parent 5f4f6a32e2
commit ecb19d8580
5 changed files with 16 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -349,7 +349,7 @@ end
// REPL
//
puts("PLEIADES Symbolic Processor (LISP 1.5) v2.20\n")
puts("PLEIADES Symbolic Processor v2.20\n")
sym_fpint = new_sym("FMTFPI")
sym_fpfrac = new_sym("FMTFPF")
sym_fpint=>natv = @natv_fpint
+15
View File
@@ -258,6 +258,21 @@ cat scripts/hrbounce.4th | java -jar ac.jar -ptx $PO_IMAGE bld/scripts/HRBOUNCE
cat scripts/plot.4th | java -jar ac.jar -ptx $PO_IMAGE bld/scripts/PLOT.4TH TXT
cat scripts/hrplot.4th | java -jar ac.jar -ptx $PO_IMAGE bld/scripts/HRPLOT.4TH TXT
cat rel/SEXPR#FE1000 | java -jar ac.jar -p $PO_IMAGE bld/lisp/SEXPR REL
cat rel/SMATH#FE1000 | java -jar ac.jar -p $PO_IMAGE bld/lisp/SMATH REL
cat rel/DRAWL#FE1000 | java -jar ac.jar -p $PO_IMAGE bld/lisp/DRAWL REL
cat lisp/set.lisp | java -jar ac.jar -ptx $PO_IMAGE bld/lisp/SET.LISP TXT
cat lisp/list.lisp | java -jar ac.jar -ptx $PO_IMAGE bld/lisp/LIST.LISP TXT
cat lisp/maplist.lisp | java -jar ac.jar -ptx $PO_IMAGE bld/lisp/MAPLIST.LISP TXT
cat lisp/gcd.lisp | java -jar ac.jar -ptx $PO_IMAGE bld/lisp/GCD.LISP TXT
cat lisp/fact.lisp | java -jar ac.jar -ptx $PO_IMAGE bld/lisp/FACT.LISP TXT
cat lisp/loop.lisp | java -jar ac.jar -ptx $PO_IMAGE bld/lisp/LOOP.LISP TXT
cat lisp/minmax.lisp | java -jar ac.jar -ptx $PO_IMAGE bld/lisp/MINMAX.LISP TXT
cat lisp/prog.lisp | java -jar ac.jar -ptx $PO_IMAGE bld/lisp/PROG.LISP TXT
cat lisp/lores.lisp | java -jar ac.jar -ptx $PO_IMAGE bld/lisp/LORES.LISP TXT
cat lisp/defun.lisp | java -jar ac.jar -ptx $PO_IMAGE bld/lisp/DEFUN.LISP TXT
cat lisp/rod.lisp | java -jar ac.jar -ptx $PO_IMAGE bld/lisp/ROD.LISP TXT
#mkdir bld/examples
#cat samplesrc/examples/ex.1.pla bld/examples/EX.1.PLA TXT
#cat samplesrc/examples/ex.2.pla bld/examples/EX.2.PLA TXT