Skip to content

Releases: sharmarahul111/brainfuck

Brainfuck v1.1.0

Choose a tag to compare

@sharmarahul111 sharmarahul111 released this 09 Jan 12:29

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

Choose a tag to compare

@sharmarahul111 sharmarahul111 released this 08 Jan 16:57

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.