Toy brainf**k interpreter; example app that can be modified without restarting
on.draw = function()
	App.color{r=0.5,g=0.5,b=0.5}
	draw_editor_panel(In)
	draw_editor_panel(Code)
	draw_editor_panel(Out)
	draw_data(Data)
end