ID | Priority | Status | compiler bugs | Date |
1 | 1 | FIXED | Write parser | 04-24-2016 |
2 | 1 | FIXED | Write compiler | 04-24-2016 |
3 | 2 | FIXED | binops push and pop wrong | 05-04-2016 |
4 | 3 | FIXED | args into fns backward | 05-04-2016 |
5 | 1 | FIXED | Write executor/simulator | 04-24-2016 |
6 | 2 | OPEN | Changelists for dirty fns and forced recompiles | 04-24-2016 |
7 | 2 | FIXED | addresses should not increment on non-instructions(labels/equates) | 05-08-2016 |
8 | 3 | FIXED | registers need to be settable specifically | 05-08-2016 |
9 | 3 | FIXED | unassemble needs to be able to take an argument | 05-08-2016 |
10 | 3 | FIXED | IP is not correct needs to go through translation line-to-address | 05-17-2016 |
11 | 3 | FIXED | R IP is not correct needs to go through translation addressi_to_line | 05-19-2016 |
12 | 4 | OPEN | need breakpoints | 07-01-2016 |
13 | 4 | OPEN | need repeat numbers | 07-01-2016 |
14 | 5 | FIXED | Need to not print duplicate C source lines | 07-04-2016 |
15 | 3 | FIXED | need to add __main as start of executable code | 08-25-2016 |
16 | 2 | OPEN | significant bugs, can't host compile anything complex | 08-25-2016 |
17 | 2 | OPEN | _findatom, _findstring, _eval need implementing | 08-25-2016 |
18 | 2 | FIXED | JT, JNT need *glastlispval | 08-25-2016 |
19 | 2 | OPEN | fundamental issue t and nil are not True and False (or not 0 and 0) | 08-25-2016 |
20 | 2 | FIXED | limited compiling of simple functions needs implementing | 08-25-2016 |