X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Changes;h=d9b0b214c36b363a3b427158eea29a91da8a5c25;hb=296bac97c7ac6410c858581515ea3aebbe24fc6c;hp=463ebcf174ad186e44fbae6a5d2cb72e64d6d5fc;hpb=464e17c4f11996480a4bbd2509c6133231d77b47;p=app-scheme79asm.git diff --git a/Changes b/Changes index 463ebcf..d9b0b21 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,33 @@ 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 + - Improve the compiler documentation slightly + +0.005 2018-03-24T18:30+02:00 + - Compiler output can now be given to assembler + - Fix missing dependency + - Write more tests to get to 100% code coverage + - Add test for perlcritic compliance, and make code comply + +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 + - Add print_binary16 to print memory in binary format + +0.002 2018-02-17T12:21+00:00 + - More documentation + 0.001001 2018-02-10T18:43+00:00 - More features (laying out contiguous blocks) - Use lists instead of conses in the input