bin/jqbef98 Build.PL Changes examples/anagram.bef examples/fact.bef examples/hello.bef examples/palin.bef examples/prime.bef examples/tpr00.bef examples/tpr01.bef lib/Language/Befunge.pm lib/Language/Befunge/doc/bf98-specs.html lib/Language/Befunge/doc/instr.txt lib/Language/Befunge/doc/laheys.jpg lib/Language/Befunge/doc/library.pod lib/Language/Befunge/doc/wrap.jpg lib/Language/Befunge/Interpreter.pm lib/Language/Befunge/IP.pm lib/Language/Befunge/lib/BASE.pm lib/Language/Befunge/lib/BOOL.pm lib/Language/Befunge/lib/EVAR.pm lib/Language/Befunge/lib/FOO.pm lib/Language/Befunge/lib/HELO.pm lib/Language/Befunge/lib/HRTI.pm lib/Language/Befunge/lib/MODU.pm lib/Language/Befunge/lib/NULL.pm lib/Language/Befunge/lib/ORTH.pm lib/Language/Befunge/lib/PERL.pm lib/Language/Befunge/lib/REFC.pm lib/Language/Befunge/lib/ROMA.pm lib/Language/Befunge/lib/TEST.pm lib/Language/Befunge/Ops.pm lib/Language/Befunge/Ops/Befunge98.pm lib/Language/Befunge/Ops/GenericFunge98.pm lib/Language/Befunge/Ops/Unefunge98.pm lib/Language/Befunge/Storage.pm lib/Language/Befunge/Storage/2D/Sparse.pm lib/Language/Befunge/Storage/Generic/AoA.pm lib/Language/Befunge/Storage/Generic/Sparse.pm lib/Language/Befunge/Storage/Generic/Vec.pm lib/Language/Befunge/Vector.pm lib/Language/Befunge/Wrapping.pm lib/Language/Befunge/Wrapping/LaheySpace.pm LICENSE Makefile.PL MANIFEST This list of files META.yml README t/0-load.t t/1-classes/interpreter.t t/1-classes/ip.t t/1-classes/storage-2d.t t/1-classes/storage-generic-aoa.t t/1-classes/storage-generic-sparse.t t/1-classes/storage-generic-vec.t t/1-classes/vector.t t/1-classes/wrapping-base.t t/1-classes/wrapping-lahey.t t/2-ops/block_close.t t/2-ops/block_open.t t/2-ops/block_transfer.t t/2-ops/decis_cmp.t t/2-ops/decis_gt.t t/2-ops/decis_horiz_if.t t/2-ops/decis_neg.t t/2-ops/decis_vert_if.t t/2-ops/decis_z_if.t t/2-ops/dir_go_away.t t/2-ops/dir_go_east.t t/2-ops/dir_go_high.t t/2-ops/dir_go_low.t t/2-ops/dir_go_north.t t/2-ops/dir_go_south.t t/2-ops/dir_go_west.t t/2-ops/dir_reverse.t t/2-ops/dir_set_delta.t t/2-ops/dir_turn_left.t t/2-ops/dir_turn_right.t t/2-ops/flow_comments.t t/2-ops/flow_jump_to.t t/2-ops/flow_kill_thread.t t/2-ops/flow_no_op.t t/2-ops/flow_quit.t t/2-ops/flow_repeat.t t/2-ops/flow_space.t t/2-ops/flow_trampoline.t t/2-ops/math_addition.t t/2-ops/math_division.t t/2-ops/math_multiplication.t t/2-ops/math_remainder.t t/2-ops/math_substraction.t t/2-ops/num_push_number.t t/2-ops/stack_clear.t t/2-ops/stack_duplicate.t t/2-ops/stack_pop.t t/2-ops/stack_swap.t t/2-ops/stdio_in_ascii.t t/2-ops/stdio_in_num.t t/2-ops/str_enter_string_mode.t t/2-ops/str_fetch_char.t t/2-ops/str_store_char.t t/4-interpreter/befunge.t t/4-interpreter/trefunge.t t/4-interpreter/unefunge.t t/5-befunge/a-stdio.t t/5-befunge/b-nums.t t/5-befunge/c-maths.t t/5-befunge/d-dir.t t/5-befunge/e-flow.t t/5-befunge/f-decis.t t/5-befunge/g-string.t t/5-befunge/h-stack.t t/5-befunge/i-sos.t t/5-befunge/j-storg.t t/5-befunge/k-system.t t/5-befunge/l-concur.t t/5-befunge/m-lib.t t/6-library/TEST-noplan.t t/6-library/TEST-plan.t t/9-author/pod-coverage.t t/9-author/pod.t t/_resources/exit3.pl t/_resources/hello.bf t/_resources/q.bf TODO