diff --git a/www/index.html b/www/index.html index 70fdb4c..b285ba3 100644 --- a/www/index.html +++ b/www/index.html @@ -1,6 +1,7 @@ - + + The 'dream' Scheme Interpreter @@ -9,15 +10,15 @@ by David Joseph Stith
Welcome to the home of my Scheme interpreter/compiler, 'dream', written in x86 machine language. :-) -
+
All essential syntax and procedures from the R4RS standard are implemented. -
+
The interpreter is properly tail recursive and passes all applicable tests from the 'r4rstest.scm' test suite. -
+
Rational arithmetic with 32 bit magnitude numerator and denominator, or up to 262112 bit magnitude if the GMP library is available, is supported (with sign stored separately), but no Real or Complex numbers (these currently are in the works).
Dream is compiled using an x86 assembler written in Scheme, with a syntax very similar to GAS. -
+
Consequently Dream compiles itself. :-)
Download latest version for Linux or Windows on x86: