From 5dd9052558c095875c3b5c2664804bd37f1f950d Mon Sep 17 00:00:00 2001 From: Tobias Melson Date: Wed, 15 Feb 2023 17:10:12 +0100 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06099c0..de9ddfa 100644 --- a/README.md +++ b/README.md @@ -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 `. 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 `. 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:felix.nawothnig@t-online.de).