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