diff options
-rw-r--r-- | howto.txt | 2 | ||||
-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
@@ -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: |