From a39894e12a9e84a17411e3bdd5d49fae3369e0d4 Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Mon, 7 Nov 2016 22:53:54 +1300 Subject: [PATCH] Moved source to src directory. --- README.md | 4 ++-- catch-throw.4th => src/catch-throw.4th | 0 debugging.4th => src/debugging.4th | 0 defer-is.4th => src/defer-is.4th | 0 float.4th => src/float.4th | 0 launcher.4th => src/launcher.4th | 0 scheme-library.scm => src/scheme-library.scm | 0 scheme-primitives.4th => src/scheme-primitives.4th | 0 scheme.4th => src/scheme.4th | 0 term-colours.4th => src/term-colours.4th | 0 10 files changed, 2 insertions(+), 2 deletions(-) rename catch-throw.4th => src/catch-throw.4th (100%) rename debugging.4th => src/debugging.4th (100%) rename defer-is.4th => src/defer-is.4th (100%) rename float.4th => src/float.4th (100%) rename launcher.4th => src/launcher.4th (100%) rename scheme-library.scm => src/scheme-library.scm (100%) rename scheme-primitives.4th => src/scheme-primitives.4th (100%) rename scheme.4th => src/scheme.4th (100%) rename term-colours.4th => src/term-colours.4th (100%) diff --git a/README.md b/README.md index 415a146..974db98 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ the majority of the exercises found in [SICP](http://sarabander.github.io/sicp/) Running the interpreter ======================= -To run this Scheme interpreter, first open Julia from the directory that contains -this README file. If you've not done so already, install forth.jl using the +To run this Scheme interpreter, first open Julia from the src directory contained +in this repository. If you've not done so already, install forth.jl using the following command: julia> Pkg.clone("https://github.com/tgvaughan/forth.jl") diff --git a/catch-throw.4th b/src/catch-throw.4th similarity index 100% rename from catch-throw.4th rename to src/catch-throw.4th diff --git a/debugging.4th b/src/debugging.4th similarity index 100% rename from debugging.4th rename to src/debugging.4th diff --git a/defer-is.4th b/src/defer-is.4th similarity index 100% rename from defer-is.4th rename to src/defer-is.4th diff --git a/float.4th b/src/float.4th similarity index 100% rename from float.4th rename to src/float.4th diff --git a/launcher.4th b/src/launcher.4th similarity index 100% rename from launcher.4th rename to src/launcher.4th diff --git a/scheme-library.scm b/src/scheme-library.scm similarity index 100% rename from scheme-library.scm rename to src/scheme-library.scm diff --git a/scheme-primitives.4th b/src/scheme-primitives.4th similarity index 100% rename from scheme-primitives.4th rename to src/scheme-primitives.4th diff --git a/scheme.4th b/src/scheme.4th similarity index 100% rename from scheme.4th rename to src/scheme.4th diff --git a/term-colours.4th b/src/term-colours.4th similarity index 100% rename from term-colours.4th rename to src/term-colours.4th -- 2.20.1