Skip to content

gngtwhh/bf_runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bf_runner

A BrainF..k interpreter written in C language

Usage

  1. Compile the project:
$ mkdir build
$ cd build
$ cmake ..
$ make
  1. Just run the program with 3 arguments:
$ ./bf_runner.exe <file> [input] [output]

If you don't specify the input file, it will use stdin. Also, if you don't specify the output file, it will use stdout.

  1. See the output file. :)

Example

$ ./bf_runner.exe bf_code.bf input.txt output.txt

The result in output.txt will be:

Hello World!

About

A BrainF..k interpreter written in C language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published