On Sat, Apr 01, 2006 at 11:32:20AM +1100, Amos Robinson wrote:
> Sorry, I missed the boat.
Everything seems to be moving at Pugs-speed these days :-)
But what you thought was correct.
Nicholas Clark
Sorry, I missed the boat.
On 4/1/06, Nicholas Clark <[EMAIL PROTECTED]> wrote:
> On Fri, Mar 31, 2006 at 04:07:41AM -0800, [EMAIL PROTECTED] wrote:
>
> > bit single native bit
>
> > +int native signed integer
> > +uintnative unsigned integer (autoboxes to Int)
On 4/1/06, Nicholas Clark <[EMAIL PROTECTED]> wrote:
> On Fri, Mar 31, 2006 at 04:07:41AM -0800, [EMAIL PROTECTED] wrote:
>
> > bit single native bit
>
> > +int native signed integer
> > +uintnative unsigned integer (autoboxes to Int)
> > +buf native
On Fri, Mar 31, 2006 at 04:07:41AM -0800, [EMAIL PROTECTED] wrote:
> bit single native bit
> +int native signed integer
> +uintnative unsigned integer (autoboxes to Int)
> +buf native bytes (finite sequence of "uint8"s, no Unicode)
> +str
Author: autrijus
Date: Fri Mar 31 04:07:40 2006
New Revision: 8504
Modified:
doc/trunk/design/syn/S06.pod
Log:
* S06: Updated built-in classes:
- bring in "uint" from S09 (boxes to Int)
- new "Buf" class to represent subscriptable byte streams
- "Arguments" and "Signature" from S02
- e