Bill Allombert on Fri, 03 Feb 2006 17:45:48 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PATCH 2.2.11+] Support for :: in identifiers


On Wed, Jan 18, 2006 at 06:18:19PM -0800, Ilya Zakharevich wrote:
> This is a beginning of "package" support in GP/PARI (installing functionality
> via loaded libraries written in GP).  All this patch enables is double colon
> in identifiers (as in foo::bar).
> 
> Remarks:
> 
>   a) I have no idea what this ':'-magic in filtre0() is doing.

The magic implement 2.2.8-C47:

   47- ':' no longer allowed as a substitute for ';' if compatible = 0. Use
       GP2C semantics [ x:int, v:vec ]. For the time being the type
       information is discarded.

Cheers,
Bill