Skip to content

Nimor111/brainfsck-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfsck interpreter

How to build

Install stack build tool

Run following commands from root of project:

Building:

stack build

Executing:

stack exec brainfsck <file_with_code>

Examples

Examples are in examples/ folder.

Best ones are:

  • stack exec brainfsck examples/sierpinski.bf - outputs sierpinski triangle
  • echo 0123456789 | stack exec brainfsck examples/pretty.bf - pretty prints numbers

About

An interpreter for the brainfsck esoteric language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published