aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2014-03-18 16:49:30 -0400
committerbryan newbold <bnewbold@leaflabs.com>2014-03-18 16:49:30 -0400
commit4c0a1c3216548fbf3ec25af58fcadf7eced3dac3 (patch)
tree829e8de543234fd65fce34e59f9f22434d116c7e
parentcffecb57f88acb02354b68a9ffe22abbabd5931d (diff)
downloadspectrum-4c0a1c3216548fbf3ec25af58fcadf7eced3dac3.tar.gz
spectrum-4c0a1c3216548fbf3ec25af58fcadf7eced3dac3.zip
simple -> minimal
-rw-r--r--howto.txt2
-rw-r--r--minimal.py (renamed from simple.py)0
-rw-r--r--minimal.scm (renamed from simple.scm)0
3 files changed, 1 insertions, 1 deletions
diff --git a/howto.txt b/howto.txt
index 1a29af2..dde4890 100644
--- a/howto.txt
+++ b/howto.txt
@@ -1,5 +1,5 @@
-### How to implement a simple scheme?
+### How to implement a minimal scheme?
Potentially need an AST-like data structure representing the parsed expression.
This is the s-expression. Well represented as a pair with value types:
diff --git a/simple.py b/minimal.py
index a34941c..a34941c 100644
--- a/simple.py
+++ b/minimal.py
diff --git a/simple.scm b/minimal.scm
index 6e4c3c4..6e4c3c4 100644
--- a/simple.scm
+++ b/minimal.scm