moved plain befunge tests in their own subdir
[language-befunge.git] / MANIFEST
bloba94104858c4a9118de2b603a5b970827ac4cf8c3
1 bin/jqbf98
2 Build.PL
3 Changes
4 examples/anagram.bf
5 examples/fact.bf
6 examples/hello.bf
7 examples/palin.bf
8 examples/tpr00.bf
9 examples/tpr01.bf
10 lib/Language/Befunge.pm
11 lib/Language/Befunge/doc/bf98-specs.html
12 lib/Language/Befunge/doc/instr.txt
13 lib/Language/Befunge/doc/laheys.jpg
14 lib/Language/Befunge/doc/library.pod
15 lib/Language/Befunge/doc/wrap.jpg
16 lib/Language/Befunge/Interpreter.pm
17 lib/Language/Befunge/IP.pm
18 lib/Language/Befunge/LaheySpace.pm
19 lib/Language/Befunge/LaheySpace/Generic.pm
20 lib/Language/Befunge/lib/FOO.pm
21 lib/Language/Befunge/lib/HELO.pm
22 lib/Language/Befunge/Ops.pm
23 lib/Language/Befunge/Ops/Befunge98.pm
24 lib/Language/Befunge/Ops/GenericFunge98.pm
25 lib/Language/Befunge/Ops/Unefunge98.pm
26 lib/Language/Befunge/Vector.pm
27 LICENSE
28 Makefile.PL
29 MANIFEST                        This list of files
30 META.yml
31 README
32 t/00-load.t
33 t/author/pod-coverage.t
34 t/author/pod.t
35 t/befunge/a-stdio.t
36 t/befunge/b-nums.t
37 t/befunge/c-maths.t
38 t/befunge/d-dir.t
39 t/befunge/e-flow.t
40 t/befunge/f-decis.t
41 t/befunge/g-string.t
42 t/befunge/h-stack.t
43 t/befunge/i-sos.t
44 t/befunge/j-storg.t
45 t/befunge/k-system.t
46 t/befunge/l-concur.t
47 t/befunge/m-lib.t
48 t/classes/ip.t
49 t/classes/vector.t
50 t/exit3.pl
51 t/hello.bf
52 t/interpreter/befunge.t
53 t/interpreter/trefunge.t
54 t/interpreter/unefunge.t
55 t/lahey/generic.t
56 t/lahey/lahey.t
57 t/ops/block_close.t
58 t/ops/block_open.t
59 t/ops/decis_cmp.t
60 t/ops/decis_gt.t
61 t/ops/decis_horiz_if.t
62 t/ops/decis_neg.t
63 t/ops/decis_vert_if.t
64 t/ops/dir_go_away.t
65 t/ops/dir_go_east.t
66 t/ops/dir_go_high.t
67 t/ops/dir_go_low.t
68 t/ops/dir_go_north.t
69 t/ops/dir_go_south.t
70 t/ops/dir_go_west.t
71 t/ops/dir_reverse.t
72 t/ops/dir_set_delta.t
73 t/ops/dir_turn_left.t
74 t/ops/dir_turn_right.t
75 t/ops/flow_comments.t
76 t/ops/flow_jump_to.t
77 t/ops/flow_kill_thread.t
78 t/ops/flow_no_op.t
79 t/ops/flow_quit.t
80 t/ops/flow_repeat.t
81 t/ops/flow_space.t
82 t/ops/flow_trampoline.t
83 t/ops/math_addition.t
84 t/ops/math_division.t
85 t/ops/math_multiplication.t
86 t/ops/math_remainder.t
87 t/ops/math_substraction.t
88 t/ops/num_push_number.t
89 t/ops/stack_clear.t
90 t/ops/stack_duplicate.t
91 t/ops/stack_pop.t
92 t/ops/stack_swap.t
93 t/ops/str_enter_string_mode.t
94 t/ops/str_fetch_char.t
95 t/ops/str_store_char.t
96 t/q.bf
97 TODO