Add repo location to README

This commit is contained in:
2023-10-05 12:48:25 +02:00
parent 63450af6ab
commit 5b3c9a61be

View File

@@ -93,3 +93,9 @@ The proofs cover three claims:
- The compiler is working absolutely memory safe - The compiler is working absolutely memory safe
- Every program accepted by the compiler is a valid brainfuck program - Every program accepted by the compiler is a valid brainfuck program
- The compiled program is working in the same way, as the entered brainfuck code - The compiled program is working in the same way, as the entered brainfuck code
## Repository location
The original repository with the most recent code is located at [My personal gitlab](https://gitlab.schnick.duckdns.org/schnick/bfpu).
As this instance has some problems with staying online, the master-branch is mirrored to Github at [this repository](https://github.com/yannickreiss/brainfuck_processor).