Moved source to src directory.
authorTim Vaughan <tgvaughan@gmail.com>
Mon, 7 Nov 2016 09:53:54 +0000 (22:53 +1300)
committerTim Vaughan <tgvaughan@gmail.com>
Mon, 7 Nov 2016 09:53:54 +0000 (22:53 +1300)
README.md
src/catch-throw.4th [moved from catch-throw.4th with 100% similarity]
src/debugging.4th [moved from debugging.4th with 100% similarity]
src/defer-is.4th [moved from defer-is.4th with 100% similarity]
src/float.4th [moved from float.4th with 100% similarity]
src/launcher.4th [moved from launcher.4th with 100% similarity]
src/scheme-library.scm [moved from scheme-library.scm with 100% similarity]
src/scheme-primitives.4th [moved from scheme-primitives.4th with 100% similarity]
src/scheme.4th [moved from scheme.4th with 100% similarity]
src/term-colours.4th [moved from term-colours.4th with 100% similarity]

index 415a146..974db98 100644 (file)
--- 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")
similarity index 100%
rename from catch-throw.4th
rename to src/catch-throw.4th
similarity index 100%
rename from debugging.4th
rename to src/debugging.4th
similarity index 100%
rename from defer-is.4th
rename to src/defer-is.4th
similarity index 100%
rename from float.4th
rename to src/float.4th
similarity index 100%
rename from launcher.4th
rename to src/launcher.4th
similarity index 100%
rename from scheme-library.scm
rename to src/scheme-library.scm
similarity index 100%
rename from scheme.4th
rename to src/scheme.4th
similarity index 100%
rename from term-colours.4th
rename to src/term-colours.4th