]>
Commit | Line | Data |
---|---|---|
1 | Revision history for Perl extension App::Scheme79asm. | |
2 | ||
3 | 0.005001 2018-04-28T17:41+01:00 | |
4 | - Use Data::Dump::Sexp instead of a custom dump_sexp function | |
5 | - Make the compiler output contain proper symbols instead of strings | |
6 | - Improve the compiler documentation slightly | |
7 | ||
8 | 0.005 2018-03-24T18:30+02:00 | |
9 | - Compiler output can now be given to assembler | |
10 | - Fix missing dependency | |
11 | - Write more tests to get to 100% code coverage | |
12 | - Add test for perlcritic compliance, and make code comply | |
13 | ||
14 | 0.004 2018-03-17T22:54+02:00 | |
15 | - Add a compiler from Lisp to assembly | |
16 | - Write unit tests for compiler | |
17 | - No documentation for the compiler yet | |
18 | ||
19 | 0.003 2018-03-03T11:58+00:00 | |
20 | - Fix value of T | |
21 | - Fix treatment of negative addresses | |
22 | - Add print_binary16 to print memory in binary format | |
23 | ||
24 | 0.002 2018-02-17T12:21+00:00 | |
25 | - More documentation | |
26 | ||
27 | 0.001001 2018-02-10T18:43+00:00 | |
28 | - More features (laying out contiguous blocks) | |
29 | - Use lists instead of conses in the input | |
30 | - Some documentation | |
31 | ||
32 | 0.001 2018-01-31T16:31+00:00 | |
33 | - Initial release | |
34 |