new extension FILE
[language-befunge.git] / MANIFEST
blob2b46dc86426c8e53992bcc8f523b04c3f5acddd8
1 bin/jqbef98
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/Debug.pm
13 lib/Language/Befunge/doc/bf98-specs.html
14 lib/Language/Befunge/doc/instr.txt
15 lib/Language/Befunge/doc/laheys.jpg
16 lib/Language/Befunge/doc/library.pod
17 lib/Language/Befunge/doc/wrap.jpg
18 lib/Language/Befunge/Interpreter.pm
19 lib/Language/Befunge/IP.pm
20 lib/Language/Befunge/lib/BASE.pm
21 lib/Language/Befunge/lib/BOOL.pm
22 lib/Language/Befunge/lib/CPLI.pm
23 lib/Language/Befunge/lib/DIRF.pm
24 lib/Language/Befunge/lib/EVAR.pm
25 lib/Language/Befunge/lib/FILE.pm
26 lib/Language/Befunge/lib/FOO.pm
27 lib/Language/Befunge/lib/HELO.pm
28 lib/Language/Befunge/lib/HRTI.pm
29 lib/Language/Befunge/lib/MODU.pm
30 lib/Language/Befunge/lib/NULL.pm
31 lib/Language/Befunge/lib/ORTH.pm
32 lib/Language/Befunge/lib/PERL.pm
33 lib/Language/Befunge/lib/REFC.pm
34 lib/Language/Befunge/lib/ROMA.pm
35 lib/Language/Befunge/lib/TEST.pm
36 lib/Language/Befunge/Ops.pm
37 lib/Language/Befunge/Ops/Befunge98.pm
38 lib/Language/Befunge/Ops/GenericFunge98.pm
39 lib/Language/Befunge/Ops/Unefunge98.pm
40 lib/Language/Befunge/Storage.pm
41 lib/Language/Befunge/Storage/2D/Sparse.pm
42 lib/Language/Befunge/Storage/Generic/AoA.pm
43 lib/Language/Befunge/Storage/Generic/Sparse.pm
44 lib/Language/Befunge/Storage/Generic/Vec.pm
45 lib/Language/Befunge/Vector.pm
46 lib/Language/Befunge/Wrapping.pm
47 lib/Language/Befunge/Wrapping/LaheySpace.pm
48 LICENSE
49 Makefile.PL
50 MANIFEST                        This list of files
51 META.yml
52 README
53 t/0-load.t
54 t/1-classes/interpreter.t
55 t/1-classes/ip.t
56 t/1-classes/storage-2d.t
57 t/1-classes/storage-generic-aoa.t
58 t/1-classes/storage-generic-sparse.t
59 t/1-classes/storage-generic-vec.t
60 t/1-classes/vector.t
61 t/1-classes/wrapping-base.t
62 t/1-classes/wrapping-lahey.t
63 t/2-ops/block_close.t
64 t/2-ops/block_open.t
65 t/2-ops/block_transfer.t
66 t/2-ops/decis_cmp.t
67 t/2-ops/decis_gt.t
68 t/2-ops/decis_horiz_if.t
69 t/2-ops/decis_neg.t
70 t/2-ops/decis_vert_if.t
71 t/2-ops/decis_z_if.t
72 t/2-ops/dir_go_away.t
73 t/2-ops/dir_go_east.t
74 t/2-ops/dir_go_high.t
75 t/2-ops/dir_go_low.t
76 t/2-ops/dir_go_north.t
77 t/2-ops/dir_go_south.t
78 t/2-ops/dir_go_west.t
79 t/2-ops/dir_reverse.t
80 t/2-ops/dir_set_delta.t
81 t/2-ops/dir_turn_left.t
82 t/2-ops/dir_turn_right.t
83 t/2-ops/flow_comments.t
84 t/2-ops/flow_jump_to.t
85 t/2-ops/flow_kill_thread.t
86 t/2-ops/flow_no_op.t
87 t/2-ops/flow_quit.t
88 t/2-ops/flow_repeat.t
89 t/2-ops/flow_space.t
90 t/2-ops/flow_trampoline.t
91 t/2-ops/math_addition.t
92 t/2-ops/math_division.t
93 t/2-ops/math_multiplication.t
94 t/2-ops/math_remainder.t
95 t/2-ops/math_substraction.t
96 t/2-ops/num_push_number.t
97 t/2-ops/stack_clear.t
98 t/2-ops/stack_duplicate.t
99 t/2-ops/stack_pop.t
100 t/2-ops/stack_swap.t
101 t/2-ops/stdio_in_ascii.t
102 t/2-ops/stdio_in_num.t
103 t/2-ops/str_enter_string_mode.t
104 t/2-ops/str_fetch_char.t
105 t/2-ops/str_store_char.t
106 t/3-misc/debug.t
107 t/4-interpreter/befunge.t
108 t/4-interpreter/trefunge.t
109 t/4-interpreter/unefunge.t
110 t/5-befunge/a-stdio.t
111 t/5-befunge/b-nums.t
112 t/5-befunge/c-maths.t
113 t/5-befunge/d-dir.t
114 t/5-befunge/e-flow.t
115 t/5-befunge/f-decis.t
116 t/5-befunge/g-string.t
117 t/5-befunge/h-stack.t
118 t/5-befunge/i-sos.t
119 t/5-befunge/j-storg.t
120 t/5-befunge/k-system.t
121 t/5-befunge/l-concur.t
122 t/5-befunge/m-lib.t
123 t/6-library/TEST-noplan.t
124 t/6-library/TEST-plan.t
125 t/9-author/pod-coverage.t
126 t/9-author/pod.t
127 t/_resources/exit3.pl
128 t/_resources/hello.bf
129 t/_resources/q.bf
130 TODO