Herb-AI / HerbBenchmarks.jl

Benchmarks and problems for Herb.jl
https://herb-ai.github.io/
MIT License
1 stars 0 forks source link

fix other eval benchmarks #12

Open THinnerichs opened 9 months ago

THinnerichs commented 9 months ago

Some of the problems have bugs that mean programs constructed with their grammar cannot be executed or in some cases, just don't exist.

stefstef00 commented 6 months ago

I think this problem comes from missing the while loop in the interpreter function from HerbInterpret.

stefstef00 commented 6 months ago

I see that this is already an issue for that repository.