index
:
sonsi
Stupid and Obvious Non-recursive Scheme Interpreter
log msg
author
committer
range
faster_fetch
gc
gc_cyc
gc_imp
gc_sweep
master
new_ext
numeric_types
restructure
skip_removal
tail_recursion
about
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
README.rst
9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..f12b7ab
--- /dev/null
+++ b/
README.rst
@@ -0,0 +1,9 @@
+Syasi: Yet Another Scheme Interpreter
+---------------------------------------
+
+* Features:
+
+ - Non-recursive interpreting
+ - Closure support
+ - Lightweight and simple
+ - Extensible