Releases: kinker31/BrainFuckwit
Releases · kinker31/BrainFuckwit
Release v1.1.0
Changes from Previous Release
- File IO's actually functional now
- The compiler properly works
- BrainFuckwit now uses it's own directory in the home folder
- Usage of
(void) getch()to make gcc happier - Arguments might be a bit less janky
I still don't know if the interpreter properly works or not, nor do I care to actively test it; Use at ye own risk!
Initial Release!
The compiler and interpreter are functional enough that I'm finally okay enough with the codebase to release the first usable version!
KNOWN ISSUES:
- The example script might take too long for the interpreter, causing it to potentially abort.
- The example Brainfuckwit script might not even be properly written.
- File IO still might be a bit wonky
- I don't actually know if the arguments work or not lol
Prelease One
Basic program functionality has been implemented.
NOT READY FOR PROPER USAGE YET; STUFF MIGHT BREAK.