Rename gst and pil to gnu-smalltalk and picolisp
authorVasilij Schneidermann <mail@vasilij.de>
Sun, 17 Jun 2018 17:54:54 +0000 (19:54 +0200)
committerVasilij Schneidermann <mail@vasilij.de>
Sun, 17 Jun 2018 17:54:54 +0000 (19:54 +0200)
commit8ea36c892f7fcd3a08a3f8a1bf16494a1801cd52
tree69eceb294c6e0e32abda81121e5a1f643ab1991b
parent9ee4a752c4365ca3e3d429ec33bea408d906d19e
Rename gst and pil to gnu-smalltalk and picolisp
47 files changed:
Makefile
gnu-smalltalk/Dockerfile [moved from gst/Dockerfile with 100% similarity]
gnu-smalltalk/Makefile [moved from gst/Makefile with 100% similarity]
gnu-smalltalk/core.st [moved from gst/core.st with 100% similarity]
gnu-smalltalk/env.st [moved from gst/env.st with 100% similarity]
gnu-smalltalk/func.st [moved from gst/func.st with 100% similarity]
gnu-smalltalk/printer.st [moved from gst/printer.st with 100% similarity]
gnu-smalltalk/reader.st [moved from gst/reader.st with 100% similarity]
gnu-smalltalk/readline.st [moved from gst/readline.st with 100% similarity]
gnu-smalltalk/run [moved from gst/run with 100% similarity]
gnu-smalltalk/step0_repl.st [moved from gst/step0_repl.st with 100% similarity]
gnu-smalltalk/step1_read_print.st [moved from gst/step1_read_print.st with 100% similarity]
gnu-smalltalk/step2_eval.st [moved from gst/step2_eval.st with 100% similarity]
gnu-smalltalk/step3_env.st [moved from gst/step3_env.st with 100% similarity]
gnu-smalltalk/step4_if_fn_do.st [moved from gst/step4_if_fn_do.st with 100% similarity]
gnu-smalltalk/step5_tco.st [moved from gst/step5_tco.st with 100% similarity]
gnu-smalltalk/step6_file.st [moved from gst/step6_file.st with 100% similarity]
gnu-smalltalk/step7_quote.st [moved from gst/step7_quote.st with 100% similarity]
gnu-smalltalk/step8_macros.st [moved from gst/step8_macros.st with 100% similarity]
gnu-smalltalk/step9_try.st [moved from gst/step9_try.st with 100% similarity]
gnu-smalltalk/stepA_mal.st [moved from gst/stepA_mal.st with 100% similarity]
gnu-smalltalk/tests/stepA_mal.mal [moved from gst/tests/stepA_mal.mal with 100% similarity]
gnu-smalltalk/types.st [moved from gst/types.st with 100% similarity]
gnu-smalltalk/util.st [moved from gst/util.st with 100% similarity]
picolisp/Dockerfile [moved from pil/Dockerfile with 100% similarity]
picolisp/Makefile [moved from pil/Makefile with 100% similarity]
picolisp/core.l [moved from pil/core.l with 100% similarity]
picolisp/env.l [moved from pil/env.l with 100% similarity]
picolisp/func.l [moved from pil/func.l with 100% similarity]
picolisp/printer.l [moved from pil/printer.l with 100% similarity]
picolisp/reader.l [moved from pil/reader.l with 100% similarity]
picolisp/readline.l [moved from pil/readline.l with 100% similarity]
picolisp/run [moved from pil/run with 100% similarity]
picolisp/step0_repl.l [moved from pil/step0_repl.l with 100% similarity]
picolisp/step1_read_print.l [moved from pil/step1_read_print.l with 100% similarity]
picolisp/step2_eval.l [moved from pil/step2_eval.l with 100% similarity]
picolisp/step3_env.l [moved from pil/step3_env.l with 100% similarity]
picolisp/step4_if_fn_do.l [moved from pil/step4_if_fn_do.l with 100% similarity]
picolisp/step5_tco.l [moved from pil/step5_tco.l with 100% similarity]
picolisp/step6_file.l [moved from pil/step6_file.l with 100% similarity]
picolisp/step7_quote.l [moved from pil/step7_quote.l with 100% similarity]
picolisp/step8_macros.l [moved from pil/step8_macros.l with 100% similarity]
picolisp/step9_try.l [moved from pil/step9_try.l with 100% similarity]
picolisp/stepA_mal.l [moved from pil/stepA_mal.l with 100% similarity]
picolisp/tests/step5_tco.mal [moved from pil/tests/step5_tco.mal with 100% similarity]
picolisp/tests/stepA_mal.mal [moved from pil/tests/stepA_mal.mal with 100% similarity]
picolisp/types.l [moved from pil/types.l with 100% similarity]