Zomis / Brainduck

Brainfuck Interpreter in Java/Groovy, with a Groovy DSL
40 stars 1 forks source link

Run configurations and project layout? #56

Open Zomis opened 7 years ago

Zomis commented 7 years ago

(Not necessarily the same issue, just in idea phase right now)

This might be a bit too crazy (even for me)

With bigger and complex projects (Fibonnaci started to be somewhat big and complex), it could help to have some project layout and run configurations. For example:

Run inner loop XYZ with memory ABC until it is finished (and optionally expect some results)

Easier re-use of some code, put stuff in different files or sections, and some compiling mechanism that transforms it into "real" BF, or real Brainduck code.