Toy brainf**k interpreter; example app that can be modified without restarting
on.mouse_release = function(x,y, mouse_button)
	if Cursor then
		edit.mouse_release(Cursor.editor, x,y, mouse_button)
	end
end