Skip to content

Yet another Brainfuck interpreter created with simplicity in mind

License

Notifications You must be signed in to change notification settings

shevtsiv/brainofduck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brainofduck

Yes, that's one more Brainfuck language interpreter.

The main purpose of this project is to show that Brainfuck is not scary, that's why this interpreter is so simple, so people could read it and understand how Brainfuck works internally.

Building

To build and run this project you need to perform this 3 commands:

  1. git clone 'https://github.com/shevtsiv/brainofduck.git'
  2. cd brainofduck
  3. cargo run

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Yet another Brainfuck interpreter created with simplicity in mind

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages