An open API service indexing awesome lists of open source software.

https://github.com/thepuppetqueen57/brainrust

BrainRust is a BrainFuck Superset made in Rust!
https://github.com/thepuppetqueen57/brainrust

brainfuck esolang interpreter

Last synced: about 1 year ago
JSON representation

BrainRust is a BrainFuck Superset made in Rust!

Awesome Lists containing this project

README

          

# Brainrust
BrainRust is a BrainF superset made in Rust!

It has new commands such as `*` which prints a number instead of an ascii character!

Integers are 2 bytes instead of 1 byte and can be negative!

# Commands
Use > or < to move the index.

Use + or - to increment or decrement the index.

Use * to output the index's value.

Use . to output the index's ascii value.

Use , to take user input!