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