o

obf

v9da3e94library

No description provided.

0 stars0 forksUnknownupdated 10 months ago
Open repo

OBF - A brainf*ck interpreter in Odin

This is a small Brainf*ck interpreter made to try out odin-lang

How to build

You need the Odin compiler to build this. When that is installed, clone this repo:

$ git clone https://github.com/AtleSkaanes/obf

Then build it like this:

$ cd obf
$ odin build ./src -out:obf

Usage

Create a file with the brainf*ck code you want to run. An example could be this Hello World code:

>++++++++[<+++++++++>-]<.>++++[<+++++++>-]<+.+++++++..+++.>>++++++[<+++++++>-]<+
+.------------.>++++++[<+++++++++>-]<+.<.+++.------.--------.>>>++++[<++++++++>-
]<+.

Then to run it, just give the path to the program, as its first argument

$ obf [FILE]
Package Info
Version
v9da3e94
License
Unknown
Author
@AtleSkaanes
Type
library
Forks
0
Created
1 year ago
Updated
10 months ago
Health
maintained
has releases
has readme
has license
Activity
last 56 weeks