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