Anyone out there ever use this module? Have any code that
demonstrates it? I'd like to replace a simple regexp based parser
with something a little bit more formal, but I seem to be getting
stuck somewhere. Particularly helpful would be a sample of the
grammar description.
Bill
Hello,
Could someone with CVS write access (Bill?) commit the attached files
to 7.6/packaging/fink, so that fink users could try the new package
version?
Fink users, see <url:http://bertrand.gotpike.org/> for more
informations.
Thanx in advance.
--
Bertrand LUPART
Linkeo.com | http://www.linkeo.com
+33 1 72 71 71 84 | 17, rue de la Banque -
F75002 Paris
Hi,
Is this a bug:
With pike 7.7.5
> write("%d\n",Stdio.file_size("/etc"));
-2
With pike 7.7.23 (latest cvs)
> write("%d\n",Stdio.file_size("/etc/chilimoon"));
4096
Or did the api change?
Kind regards,
Marc