ragel and memory usage
Damir Nedzibovic
dam... at gmail.com
Mon Jan 22 14:03:02 UTC 2007
Hi Adrian,
it seems that I wasn't able to remove the ambiguity after all :-(
I managed to further isolate the problem, I think:
if I replace this line
contact_param = ((name_addr | addr_spec) (SEMI contact_params)*);
with
contact_param = ((name_addr ) (SEMI contact_params)*);
the problem goes away, and ragel is able to complete the task.
I'm pretty much clues at this point...
thanks,
d
More information about the ragel-users
mailing list