v0.2.0
What's Changed
- Removed sampling from grammar and added github actions. Removed the CSG test for now by @nicolaefilat in #33
- Remove Constraint export from HerbGrammar.jl by @jaapdejong15 in #32
- Update add_rule and rulenode2expr by @THinnerichs in #40
- Add a function to merge grammars by @Whebon in #43
- Make
add_rule!(...)
fail audibly by @ReubenJ in #46 - Fix
isvariable
by @ReubenJ in #45 add_rule!(...)
type coercion bug by @ReubenJ in #49- Remove cfg by @sourceCode4 in #44
- Fix empty grammar creation by @ReubenJ in #54
- Grammar -> AbstractGrammar according to HerbCore 0.2 by @THinnerichs in #56
- Merge grammar updates to Master for publication by @THinnerichs in #51
New Contributors
- @sourceCode4 made their first contribution in #44
Full Changelog: v0.1.0...v0.2.0