X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=README;h=06bf6b30e2dad0d74b2c92bb7969dcbcdc684490;hb=6c9fb71ea4cea174575c2f09f8d12ae0c95c8457;hp=06c96e19db58f4602274e9447af062e4f3d0abeb;hpb=7d76d131c08bd5eaa82c7c9c3a561166dd586abe;p=app-scheme79asm.git diff --git a/README b/README index 06c96e1..06bf6b3 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -App-Scheme79asm version 0.003 -============================= +App-Scheme79asm version 0.005001 +================================ SIMPLE is a LISP processor defined in the 1979 B paper by Steele and Sussman. @@ -8,9 +8,9 @@ The SIMPLE processor expects input in a particular tagged-pointer format. This module takes a string containing a sequence of S-expressions. Each S-expression is a list of one of three types: -(tag value), for example (symbol nil), represents a value to be +(tag value), for example (symbol 2), represents a value to be put in memory (for example a number, or a symbol, or a variable -reference). +reference). The value must be a number. (tag list), where list is of one of these three types, represents a tagged pointer. In this case, list is (recursively) @@ -43,7 +43,9 @@ DEPENDENCIES This module requires these other modules and libraries: +* Data::Dump::Sexp * Data::SExpression +* List::MoreUtils COPYRIGHT AND LICENCE