[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gawk 3.1.3: $1 float interpretation
From: |
Stepan Kasal |
Subject: |
Re: gawk 3.1.3: $1 float interpretation |
Date: |
Tue, 19 Jul 2005 20:13:47 +0200 |
User-agent: |
Mutt/1.4.1i |
Hello,
On Tue, Jul 19, 2005 at 07:42:01PM +0200, Carlos Soria del Hoyo wrote:
> Is there something as a 'C API' of 'libgawk' to call
> gawk functions from C code?
no, there isn't.
> Same question about regular expression.
Yes, reg. expressions are available in GNU Libc. If you want to put
that into your project, you just copy several files (reg*); gaw does this.
(And if you want to distribute, you have to obey the licence, LGPL,
of course.)
There are several other implementations of reg. expressions, for example
pcre, Perl Compatible Regular Expression.
HTH,
Stepan