cvsuser 03/11/18 22:08:56
Modified: languages/jako/lib/Jako/Construct/Type Number.pm
Log:
* IMC now allows 'num' instead of 'float'.
Revision Changes Path
1.3 +2 -2 parrot/languages/jako/lib/Jako/Construct/Type/Number.pm
Index: Number.pm
===================================================================
RCS file: /cvs/public/parrot/languages/jako/lib/Jako/Construct/Type/Number.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -r1.2 -r1.3
--- Number.pm 20 Dec 2002 01:59:10 -0000 1.2
+++ Number.pm 19 Nov 2003 06:08:56 -0000 1.3
@@ -5,7 +5,7 @@
# This program is free software. It is subject to the same license
# as the Parrot interpreter.
#
-# $Id: Number.pm,v 1.2 2002/12/20 01:59:10 gregor Exp $
+# $Id: Number.pm,v 1.3 2003/11/19 06:08:56 gregor Exp $
#
use strict;
@@ -24,7 +24,7 @@
TOKEN => $token,
CODE => 'N',
NAME => 'num',
- IMCC => 'float'
+ IMCC => 'num'
}, $class;
}