-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7827150
commit 5dd9052
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]). |