Toy brainf**k interpreter; example app that can be modified without restarting
on.keychord_press = function(chord, key)
	if chord == 'f4' then
		eval(editor_to_string(Code.editor), Data)
	elseif Cursor then
		edit.keychord_press(Cursor.editor, chord, key)
	end
end