Revision history for Perl extension App::Scheme79asm.
 
+0.001001 2018-02-10T18:43+00:00
+ - More features (laying out contiguous blocks)
+ - Use lists instead of conses in the input
+ - Some documentation
+
 0.001 2018-01-31T16:31+00:00
  - Initial release
 
 
-App-Scheme79asm version 0.001
-=============================
+App-Scheme79asm version 0.001001
+================================
 
 SIMPLE is a LISP processor defined in the 1979
 B<Design of LISP-Based Processors> paper by Steele and Sussman.
 
 use Data::SExpression qw/consp scalarp/;
 use Scalar::Util qw/looks_like_number/;
 
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 our %TYPES = (
        LIST => 0,