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
We should extend the parameters of search in search_procedure.jl by a starting symbol. By definition this could either be a Rulenode, e.g. the user-defined root of the grammar, or an already expanded expression with holes in it.
In both cases the priority queue should be extended by the possible extensions, or the rulenode itself.
The text was updated successfully, but these errors were encountered:
We should extend the parameters of
search
insearch_procedure.jl
by a starting symbol. By definition this could either be aRulenode
, e.g. the user-defined root of the grammar, or an already expanded expression with holes in it.In both cases the priority queue should be extended by the possible extensions, or the rulenode itself.
The text was updated successfully, but these errors were encountered: