>>> "Gary" == Gary V Vaughan <[EMAIL PROTECTED]> writes:

 > -----BEGIN PGP SIGNED MESSAGE-----
 > Hash: SHA1

 > Hi,

 > Would you mind if I ship an implementation of m4sugar.m4 with the
 > next release of GNU m4, with an eye to replacing parts of it with
 > C at some point?

There are some issues in m4sugar that were waiting for a better C
implementation.  In particular:

- ERE instead of BRE
- text builtins should return their result *quoted*.

However, a C implementation of m4sugar is not the best (=more urgent)
service GNU M4 can give to M4sugar: call-stack introspection would be
much better, and would considerably speed up Autoconf (I bet of 30%).
Basically, everything related on m4_expansion_stack should be provided
by m4 itself.


_______________________________________________
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to