simon 01/09/10 09:02:57
Modified: . TODO
Log:
More things to do.
Revision Changes Path
1.3 +8 -0 parrot/TODO
Index: TODO
===================================================================
RCS file: /home/perlcvs/parrot/TODO,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -r1.2 -r1.3
--- TODO 2001/09/10 15:56:12 1.2
+++ TODO 2001/09/10 16:02:57 1.3
@@ -1,4 +1,8 @@
+Automate numbering of opcodes - this is paramount
+Add a configure system - this is relatively paramount
+
grep docs/strings.pod for unimplemented functions and implement them
+
Implement transcoding
Automate string vtable generation
@@ -9,3 +13,7 @@
add I4, I4, 3
rather than:
add_i_ic I4, I4, 3
+
+Fix disassembler to recognise new bytecode format. If possible, abstract
+out bytecode-reading/writing stuff to a separate Perl module so we can
+change the format without breaking the (dis)assembler.