Toy brainf**k interpreter; example app that can be modified without restarting
on.key_release = function(key, scancode)
	if Cursor then
		edit.key_release(Cursor.editor, key, scancode)
	end
end