lemon has %destructor and %token_destructor. But if I use a garbage
collector (Boehm) anyway for the rest of my program, should I use the
same gc for both terminal and non terminal nodes, in which case there
is no need to set %destructor and %token_destructor? Is it so? Thanks.
--
Regards,
Peng
_______________________________________________
sqlite-dev mailing list
sqlit...@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-dev
That sounds like a reasonable conjecture, but having no experience
with the Boehm GC, I cannot say from experience.
--
D. Richard Hipp
d...@sqlite.org