Herb-AI / HerbGrammar.jl

Grammars for Herb.jl
https://herb-ai.github.io/
MIT License
0 stars 2 forks source link

Stochastic using solver (4 PRs) #64

Closed Whebon closed 6 months ago

Whebon commented 6 months ago

Makes rulenode2expr compatible with any AbstractRuleNode. In particular, StateFixedShapedHoles (renamed to: StateHole) can now be converted to an expression.

ReubenJ commented 6 months ago

Tests pass locally, waiting on HerbCore.jl#17 and the version 0.3.0 release

ReubenJ commented 6 months ago

Rebased on top of dev and cleaned up commit history. Tested locally with all other dev branches.