From 969bdc02d69bde69dd8c1da77558ebc1a473f75e Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Wed, 22 Feb 2023 17:30:32 +0200 Subject: [PATCH] Fix validator.w3.org warnings --- www/index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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: