You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix compilation errors in the C++ generator template (#331)
- Fix incorrectly typed code in assignments to local variables.
- Enforce casting of weights specified in the grammar to doubles.
- Fix incorrect initialization of arguments, locals, returns, and
labels in rules
- Don't add rules with arguments to the map of
rules-names-to-rule-methods (`_rule_fns`) since they have an
incompatible signature.
{# In case of alternations with simple literals or rules, the selected option doesn't need to care about reserved tokens, since they have no siblings to spare budget for. #}
0 commit comments