Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple boolfuck interpreter made in rust

Examples

  • "Hello, World!"
extern crate boolfuck;
use boolfuck::Boolfuck;

fn main() {
  let program = Boolfuck::new(";;;+;+;;+;+;
                              +;+;+;+;;+;;+;
                              ;;+;;+;+;;+;
                              ;;+;;+;+;;+;
                              +;;;;+;+;;+;
                              ;;+;;+;+;+;;
                              ;;;;;+;+;;
                              +;;;+;+;;;+;
                              +;;;;+;+;;+;
                              ;+;+;;+;;;+;
                              ;;+;;+;+;;+;
                              ;;+;+;;+;;+;
                              +;+;;;;+;+;;
                              ;+;+;+;");
                              
  program.run(false);
}

For a general explanation of boolfuck visit the offical website.

About

A simple boolfuck interpreter made in rust

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages