Hi,

> Thanks for all your replies.
>
> The program I'm writing is just a compiler - it's not a parser generator.
>
> An example of the sort of change I had in mind was perhaps changing
> how memory is allocated, in a way which may not be possible by just
> overriding YYMALLOC etc. A small edit to yacc.c would enable me to do
> this. This would be greatly preferable to performing post-processing
> on the Bison generated code.
>
What about using byacc instead of bison ?

Regards,

Karim


_______________________________________________
help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to