- BrainfAX: a BrainFk interpreter made with AXE
- 07 Apr 2026 09:38:13 am
- Last edited by Znak_Pares on 07 Apr 2026 06:11:36 pm; edited 1 time in total
I made a Brainfk interpreter a little while ago in Ti-BASIC, but it was slow and lacked a good UI.
So, over the past few days, I've been working on a Brainfk interpreter using AXE, which I call BrainfAX.
It has a built-in program editor:
In the editor, you can add the selected character to the program with [2nd], and scroll through the options with the arrow keys. Pressing clear saves the program and goes back to the main menu.
It has a nice way to view the programs running:
Left and right arrow keys are used to scroll across the numbers, while the top row of buttons has four things to control: Restart, Input, Single Step, and Auto
It can be found here: https://www.cemetech.net/downloads/files/2894/x3861
So, over the past few days, I've been working on a Brainfk interpreter using AXE, which I call BrainfAX.
It has a built-in program editor:
In the editor, you can add the selected character to the program with [2nd], and scroll through the options with the arrow keys. Pressing clear saves the program and goes back to the main menu.
It has a nice way to view the programs running:
Left and right arrow keys are used to scroll across the numbers, while the top row of buttons has four things to control: Restart, Input, Single Step, and Auto
It can be found here: https://www.cemetech.net/downloads/files/2894/x3861