Skip to content

mtunixic/BrainfuHx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrainFuHX / DeadFiHX:

! 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)

Features:

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)

Usage:

NEKO:

  • Install NEKO
  • Clone the repository to your local machine
  • Run neko bin/Main.n in your terminal
  • Enjoy!

ALTERNATIVES:

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!!)

About

A Brainfuck and Deadfish interpreter written in Haxe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors