Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
terminationshock committed Feb 15, 2023
1 parent 7827150 commit 5dd9052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This repository hosts a [Brainfuck](https://en.wikipedia.org/wiki/Brainfuck) com

## Usage

Run `make` to compile the compiler itself. You can then compile a Brainfuck source file by invoking `./bf <FILE>`. Several command-line options exist, which can be viewed with `./bf --help`.
Run `make` to compile the compiler itself. You can then compile a Brainfuck source file by invoking `bf <FILE>`. Several command-line options exist, which can be viewed with `bf --help`.

## Run tests

With `make check`, a suite of test programs will be compiled and run.
With `make check`, a suite of test programs will be compiled and run. Most of the tests are taken from [Wikipedia](https://en.wikipedia.org/wiki/Brainfuck), while [one test](test/pi.bf) has been created by [Felix Nawothnig](mailto:[email protected]).

0 comments on commit 5dd9052

Please sign in to comment.