Skip to content

Ticket 95: Fix backends with params that currently ignore requested params to use them.

Meg Gordon requested to merge PicoMeg/hammer:ticket_95_lalrk_param into master

fixes #95 (closed) LR based backends LALR and GLR were hardcoded to k=1 They now use the value passed to them as a param for k, and default to k=1 when the param = NULL.

Merge request reports