/BrainFuck-transpiler

some parts work... some parts dont

Primary LanguageJavaScript

BrainFuck (ABANDONNED)

The write function works, tho its a bit stupid. It optimises for size, but not for performance... (◕‿◕✿)

just a side project of mine

(Code) --> BF transpiler


todo

  • Memory Object
  • Goto
    • With optimised path
  • Alloc
    • With keep/not
  • All algorithms
    • Keep/not
  • Basic boolean logics
  • Parser
    • Language
  • Interface