! THIS IS A TUI PROGRAM, YOU MUST RUN THIS IN A TERMINAL TO ACCESS IT AS THERE IS NO GUI !
A full brainfuck/deadfish imterpreter fully written in Haxe, recreated from scratch on my own :D
So far it supports everything that i know of, the helloworld for both work as expected. (you can modify them however you wish to execute any instruction)
(made by @mtunixic)
A full interpreter of both languages, supports:
- Custom import format, either from a file or input (files can be found in scripts/)
- Nested loop support with proper jumps for brainfuhx
- Error detection (not all that good tho)
- Install NEKO
- Clone the repository to your local machine
- Run
neko bin/Main.nin your terminal - Enjoy!
Honestly haven't tested them myself, I only used NEKO since it's packaged into Haxe itself.
But, the build.hxml files includes alternative compiling methods, so feel free to give it a try!
(change the debug runner from Run Haxe (Neko) to whatever you want)
(if I missed a compiling method, or if I made a mistke somewhere, please file an issue or a pull request and I'll try handling it there!!)