From: Marius Gavrilescu Date: Sat, 17 Mar 2018 20:54:08 +0000 (+0200) Subject: Bump version and update Changes X-Git-Tag: 0.004^0 X-Git-Url: http://git.ieval.ro/?p=app-scheme79asm.git;a=commitdiff_plain;h=3fff77b7cc8fa849a4c3157608c6a2bffe1eb557 Bump version and update Changes --- diff --git a/Changes b/Changes index 65991ac..8196adc 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension App::Scheme79asm. +0.004 2018-03-17T22:54+02:00 + - Add a compiler from Lisp to assembly + - Write unit tests for compiler + - No documentation for the compiler yet + 0.003 2018-03-03T11:58+00:00 - Fix value of T - Fix treatment of negative addresses diff --git a/README b/README index 06c96e1..6f66efb 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -App-Scheme79asm version 0.003 +App-Scheme79asm version 0.004 ============================= SIMPLE is a LISP processor defined in the 1979 diff --git a/lib/App/Scheme79asm.pm b/lib/App/Scheme79asm.pm index 18a68c8..9b82af6 100644 --- a/lib/App/Scheme79asm.pm +++ b/lib/App/Scheme79asm.pm @@ -8,7 +8,7 @@ use Data::Dumper qw/Dumper/; use Data::SExpression qw/consp scalarp/; use Scalar::Util qw/looks_like_number/; -our $VERSION = '0.003'; +our $VERSION = '0.004'; our %TYPES = ( LIST => 0,