Skip to content

Commit

Permalink
More things to do.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@30 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
simoncozens committed Sep 10, 2001
1 parent 3918425 commit 77066ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions TODO
@@ -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
Expand All @@ -9,3 +13,7 @@ Fix assembler to allow you to use something like:
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.

0 comments on commit 77066ae

Please sign in to comment.