cvsuser 04/04/28 22:09:27
Modified: languages/perl6 TODO
Log:
Everything old is new again: hyper->vector->hyper.
Revision Changes Path
1.3 +1 -1 parrot/languages/perl6/TODO
Index: TODO
===================================================================
RCS file: /cvs/public/parrot/languages/perl6/TODO,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -r1.2 -r1.3
--- TODO 21 Feb 2004 02:43:00 -0000 1.2
+++ TODO 29 Apr 2004 05:09:27 -0000 1.3
@@ -31,7 +31,7 @@
- Add tests for operator precedence (noticed some problems with bitwise ops).
-- Make vector operators (P6C::IMCC::hype.pm) use the standard binary
+- Make hyper operators (P6C::IMCC::hype.pm) use the standard binary
and unary operator implementations, instead of re-implementing every
one in hype.pm.