From 3fff77b7cc8fa849a4c3157608c6a2bffe1eb557 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 17 Mar 2018 22:54:08 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 5 +++++ README | 2 +- lib/App/Scheme79asm.pm | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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, -- 2.30.2