Skip to content

elPytel/BF_interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tests

BF interpreter

This is BF interpreter. It's written in C. It's not very fast, but it's very simple. It's also very small. It's only 200 lines of code.

Compile code

To compile code, you need to run make command. For example:

$ make

Run application

To run code, you need to pass file with BF code as argument. For example:

$ ./bf <file>

Based on work by:

  • @maxcountryman
  • @himehowareu
  • @D0tty

About

A simple brainfuck interpreter in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published