|
1 week ago | |
---|---|---|
examples | 5 months ago | |
src | 4 months ago | |
.gitignore | 1 week ago | |
BuildUNIX.sh | 5 months ago | |
CMakeLists.txt | 5 months ago | |
LICENCE | 5 months ago | |
README.md | 5 months ago |
OMKOV Brainfuck Interpreter
The OMKOV Brainfuck Interpreter (OBFI) is a minimal Brainfuck interpreter.
>
and <
instructions.+
and -
instructions.[+]
and [-]
with a 'set to zero' instruction.[>]
and [<]
with a 'go to zero' instruction.[+>+>]
and [>+>+]
with a 'move to' instruction.[-<-<]
and [<-<-]
with a 'move to' instruction.OBFI uses CMake to build.
Binaries will be located in the bin
directory.
Run BuildUNIX.sh
, or
cmake -S . -B build && cmake --build build
Copyright (C) 2020, Jakob Wakeling
All rights reserved.
OMKOV Permissive Licence