From: Tim Vaughan Date: Mon, 7 Nov 2016 09:53:54 +0000 (+1300) Subject: Moved source to src directory. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=scheme.forth.jl.git;a=commitdiff_plain;h=a39894e12a9e84a17411e3bdd5d49fae3369e0d4 Moved source to src directory. --- 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