Brainduck icon indicating copy to clipboard operation
Brainduck copied to clipboard

Brainfuck Interpreter in Java/Groovy, with a Groovy DSL

Results 31 Brainduck issues
Sort by recently updated
recently updated
newest added

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,...

enhancement
user-experience
core

Have an analysis be performed in the background while editing code, to identify #28 and help with #17.

enhancement
user-experience
ide
interesting

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....

enhancement
core
analysis

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...

enhancement
core
analysis
interesting

(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...

ide

Document what the possibilities are with the Groovy commands and how to use them.

dsl
documentation

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...

enhancement
dsl
ide
analysis
interesting

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' [+++>++>-]...

enhancement
tests
dsl
interesting

Instead of just printing analysis result to `System.out`, make it available in a grid-like table component.

enhancement
user-experience
analysis