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.
|
2 years ago | |
---|---|---|
src | 2 years ago | |
tests | 2 years ago | |
README.txt | 2 years ago | |
hwbi | 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/*