HerbGrammar.jl

Grammars for Herb.jl
Author Herb-AI
Popularity
0 Stars
Updated Last
27 Days Ago
Started In
December 2022

HerbGrammar.jl

codecov Build Status Dev-Docs

This package contains functionality for declaring grammars for the Herb Program Synthesis framework.

For full documentation please see the Herb.jl documentation.

Getting started

For a quick tutorial on how to get started with using HerbSearch.jl have a look at our introductory tutorial.

If you want to help developing this project, initialize the project with

julia --project=. -e 'using Pkg; Pkg.instantiate()'