X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=README;h=f32fd8ecd6b370dae7f848e96bf342123aa83d65;hb=0c15db369279e13db954ed2424e34e22ca3fc00b;hp=0eddf78039c69fc8d7ef9192d2343e965eaf47b6;hpb=0edb4b34e85aceb436bfc91748338a4155c881e5;p=app-scheme79asm.git diff --git a/README b/README index 0eddf78..f32fd8e 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -App-Scheme79asm version 0.002 +App-Scheme79asm version 0.004 ============================= SIMPLE is a LISP processor defined in the 1979 @@ -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) @@ -44,6 +44,7 @@ DEPENDENCIES This module requires these other modules and libraries: * Data::SExpression +* List::MoreUtils COPYRIGHT AND LICENCE