HWBI - The Hastily Written Befunge-93 Interpreter
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Lambda System e498cda12f
initial commit
2 years ago
src initial commit 2 years ago
tests initial commit 2 years ago
README.txt initial commit 2 years ago
hwbi initial commit 2 years ago

README.txt

HWBI - The Hastily Written Befunge-93 Interpreter

Features:
    none
    passes mycorand.bf and the Befunge-93 version of mycology
    runs FizzBuzz and HelloWorld

Compile:
    $ gcc -O3 -std=c99 -o hwbi src/*.c

Run:
    $ ./hwbi tests/fizzbuzz.bf

Look for jank / needed improvements:
    $ grep -nA1 'TODO(.*)' src/*