At 18:12 +0000 2005/03/06, Derek M Jones wrote:
>Unfortunately glr parsing is not a universal solution.  It requires that
>at the end of processing there be a unique parse tree (the multiple
>parse trees that may exist while processing the input tokens are required
>to eventually resolve to a single parse).

You can try using %merge, and then in the merge action function build in the
split-parse info. (For example, registering the different parses.)

  Hans Aberg




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

Reply via email to