Releases: sharmarahul111/brainfuck
Releases · sharmarahul111/brainfuck
Release list
Brainfuck v1.1.0
Brainfuck v1.1.0
Changes in actual code
- added helpful error messages
- program terminates at error
- handled some edge cases
- the code (and repo) is more polished
Documentation
- major change to documentation (README file)
- see README.md file for all the features and current issues
Other changes
- the binaries are directly attached instead of zip files
- there are binaries for Windows, Linux and Android (termux)
Full Changelog: v1.0.0...v1.1.0
Brainfuck v1.0.0
Hello everyone, this is the first version of the brainfuck interpreter that I have built.
The features are:
- It can execute a file
- It can work as an interactive shell (REPL)
- It has -h, --help, -v, --version flags available
There still are lots of things left to do, you can read the README.md file of the repo to get the idea
I don't have any idea if the attached binaries work because I am noob at github actions.