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
When return type of a nonterminal is unspecified, the plugin uses the toString() on the nonterminal name which leads to "LpNonterminalNameImpl({debug name})"
#16
This definitely should be solved, but if there's action code then lalrpop can't infer the type, so it must be specified. This case is then a compile time lalrpop error.
Issue is here, when
getTypeRef()
returnednull
The text was updated successfully, but these errors were encountered: