Bump version and update Changes 0.004
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 17 Mar 2018 20:54:08 +0000 (22:54 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 17 Mar 2018 20:54:08 +0000 (22:54 +0200)
Changes
README
lib/App/Scheme79asm.pm

diff --git a/Changes b/Changes
index 65991ac31f4b0edbbc3e38a99651e76e62d7cd3c..8196adca521c5126671284bc76cfc5e6f2db97b0 100644 (file)
--- 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 06c96e19db58f4602274e9447af062e4f3d0abeb..6f66efbbcf06736fc7891904d0bd92948068651e 100644 (file)
--- 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
index 18a68c82401abb1270d051687f2a53ae25dca214..9b82af6b48acc40233c010736fc9c17f430fed57 100644 (file)
@@ -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,
This page took 0.012783 seconds and 4 git commands to generate.