From 525c0b915cfbb6f46b4e40a1f044916f16bccba0 Mon Sep 17 00:00:00 2001 From: Tilman Hinnerichs <32704542+THinnerichs@users.noreply.github.com> Date: Fri, 25 Aug 2023 12:53:25 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0fd7a7..94baee1 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ [![Build Status](https://github.com/Herb-AI/HerbCore.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/Herb-AI/HerbCore.jl/actions/workflows/CI.yml?query=branch%3Amaster) +This package provides the core functionality of the program synthesis library `Herb.jl` to avoid circular dependencies for core principles. Used for representing and manipulating expression trees, and abstract types for constraints and grammars.