refaktor / rye

homoiconic dynamic programming language with some new ideas
https://ryelang.org
Apache License 2.0
451 stars 22 forks source link

Regression tests #375

Open gedw99 opened 2 hours ago

gedw99 commented 2 hours ago

Are there any ?

I get this is a work in progress but so many example fail on me . It might be that I did not use the right built tag :)

but I recently started using golang golden tests on systems that are essentially DSL, and it helps immensely.

those goldens also I’ve are ground truth to train an AI on the DSL too. Been doing that too with ollama.so you can tell the system what code you need and it can write it for you .

gedw99 commented 2 hours ago

Let me know your thoughts and I can help ..