Brainduck
Brainduck copied to clipboard
Brainfuck Interpreter in Java/Groovy, with a Groovy DSL
This project would benefit from being rewritten to Kotlin and having the client in Vue or some other JavaScript framework, possibly using "pure" Kotlin-js. Benefits would be: - No groovy,...
Have an analysis be performed in the background while editing code, to identify #28 and help with #17.
As more and more features are added to the analysis, it takes longer and longer time to run. The FizzBuzz analysis alone takes about 17 seconds on my reasonably-fast computer....
If @retailcoder can do it then so can I. And in fact, it would be useful to have it. At the moment I need to run the code in order...
(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...
Document what the possibilities are with the Groovy commands and how to use them.
Name and tag memory cells, as part of IDE and/or analysis. Allow names to be specified in the DSL (#10), this can be done like this: - [ ] `name...
It would be nice to be able to test that loops do what they are supposed to do As a simple example consider the code: ``` $ nextLoop 'testable-loop' [+++>++>-]...
Instead of just printing analysis result to `System.out`, make it available in a grid-like table component.