Found this really useful link to understand how it works; listed here:
Worked on UI and began implementing the cell visualization.
Began adding basic cell animation.
Added more methods to the Cell class and added Inconsolata font.
Added transparency and size animation, fixed negative wraparound in cells, expanded testing functionality.
Cleaned up the repo. Added Input with pretty CSS and correct font.
Implemented real-time code parsing and added UI resizing along with canvas.
Added working I/O with pretty text-areas. Also restructured the main loop. Implemented simulation pause if no input is available.
Implemented dynamic resizing of cells and reoganized variables and setups. Also fixed bracket functionality to match most other BF.
Don't really understand javascript or brainfuck so I had to read the links Tedd provided.
Started implemnting an interpreter for reading brain fuck code. Realized that making a compiler for a langauge may be harder than expected.
Implemented the Cell class and wrote display method.
Was out sick.
Added the Run and Exit buttons. Also restructured the global constants and variables.
Added syntax checker when the run button is pressed.