dan 01/09/10 08:56:12
Modified: . TODO
Log:
Added in assembler gripe. Also added a few blank lines for clarity
Revision Changes Path
1.2 +7 -0 parrot/TODO
Index: TODO
===================================================================
RCS file: /home/perlcvs/parrot/TODO,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -r1.1 -r1.2
--- TODO 2001/09/10 10:07:50 1.1
+++ TODO 2001/09/10 15:56:12 1.2
@@ -1,4 +1,11 @@
grep docs/strings.pod for unimplemented functions and implement them
Implement transcoding
+
Automate string vtable generation
+
Implement PMCs (!) [ This isn't actually that bad, just needs thought. ]
+
+Fix assembler to allow you to use something like:
+ add I4, I4, 3
+rather than:
+ add_i_ic I4, I4, 3