Revision history for Perl extension App::Scheme79asm.
+1.000 2018-05-11T22:20+01:00
+ - First stable release
+ - Obtain 100% code coverage again
+
0.005001 2018-04-28T17:41+01:00
- Use Data::Dump::Sexp instead of a custom dump_sexp function
- Make the compiler output contain proper symbols instead of strings
-App-Scheme79asm version 0.005001
-================================
+App-Scheme79asm version 1.000
+=============================
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.005001';
+our $VERSION = '1.000';
our %TYPES = (
LIST => 0,
use strict;
use warnings;
-our $VERSION = '0.005001';
+our $VERSION = '1.000';
use Carp qw/croak/;
use Data::Dumper qw/Dumper/;