|
Garden.jl A collection of small, focused examples showing how to use Herb.jl. Use the examples as a starting point for your own custom synthesizers or re-implementations. |
Each synthesizer has its own dedicated folder with the suggested structure:
method.jl— Main functionality for the synthesizer. Helper functions may go in other files.README.md— Description of the synthesizer, what it does, inputs, and how to run it.ref.bib— Bibliography or references related to the implementation.test/- Add a dedicated file with tests for each synthesizer to the test folder.
