Releases: Trevin-Small/Bologna
Releases · Trevin-Small/Bologna
Initial Bologna Launch! 🎉
The first release of the Bologna programming language!
-
An esoteric, interpreted language inspired by BrainFuck, but no longer much of a derivative (it's too different at this point)
-
Includes file minimization pre-execution for more efficient interpretation of a minimized file
-
A whopping 16 commands in the language (20 if you count variations/combinations of operators!)
INSTRUCTIONS:
Download each individual file below, or download the .zip and extract it.
Running Bologna in your terminal:
bash bologna.bash my_bologna_file.bf
NOTE:
This is a pre-release! The project is undergoing active development and contains bugs that are being worked out (namely, nested for loop support and while loop bugs)