Skip to content

Brainfuck interpreter on the browser, written in CoffeeScript

License

Notifications You must be signed in to change notification settings

gboncoffee/webheadache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck on the browser

Brainfuck interpreter for the browser, written in CoffeeScript.

Before running, remember to compile the CoffeeScript script to JavaScript with coffee -c headache.coffee.

Also see my native Brainfuck interpreter written in C: headache