BrianMitchL / bfinterpret2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bfinterpret2.0

For use with the BrainFuck language

Instructions to Run:

###In CCStudio:

  1. Build the project (follow the Broken Build section if the build breaks)
  2. Debug the code on the LaunchPad

In Console/Terminal:

  1. Navigate to bfinterpret2.0 folder
  2. cd crc
  3. make
  4. ./bftest.exe
  5. The program should read "Hello World" from the launchpad.

####Broken Build

  1. open clock.c
  2. uncomment the correct CS->KEY or CSKEY notation

About


Languages

Language:C 75.1%Language:C++ 24.4%Language:Makefile 0.5%