This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Initial check-in of perl compiler.
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Sat, 3 May 1997 14:47:06 +0000 (14:47 +0000)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Sat, 3 May 1997 14:47:06 +0000 (14:47 +0000)
commit79ee829736f0059fc3a1c40f89ec42de04dad28e
tree77e39cf0e3ac8e6450a275964b152466807d5255
Initial check-in of perl compiler.

p4raw-id: //depot/perlext/Compiler@10
61 files changed:
Artistic [new file with mode: 0644]
B.pm [new file with mode: 0644]
B.xs [new file with mode: 0644]
B/Asmdata.pm [new file with mode: 0644]
B/Assembler.pm [new file with mode: 0644]
B/Bblock.pm [new file with mode: 0644]
B/Bytecode.pm [new file with mode: 0644]
B/C.pm [new file with mode: 0644]
B/CC.pm [new file with mode: 0644]
B/Debug.pm [new file with mode: 0644]
B/Disassembler.pm [new file with mode: 0644]
B/Showlex.pm [new file with mode: 0644]
B/Stackobj.pm [new file with mode: 0644]
B/Terse.pm [new file with mode: 0644]
B/Xref.pm [new file with mode: 0644]
Copying [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
NOTES [new file with mode: 0644]
O.pm [new file with mode: 0644]
README [new file with mode: 0644]
TESTS [new file with mode: 0644]
TESTS.alpha2 [new file with mode: 0644]
Todo [new file with mode: 0644]
assemble [new file with mode: 0755]
bytecode.h [new file with mode: 0644]
bytecode.pl [new file with mode: 0644]
byteperl.c [new file with mode: 0644]
byterun.c [new file with mode: 0644]
byterun.h [new file with mode: 0644]
cc_harness [new file with mode: 0644]
cc_runtime.h [new file with mode: 0644]
ccop.c [new file with mode: 0644]
ccop.h [new file with mode: 0644]
disassemble [new file with mode: 0755]
old/README.feb11 [new file with mode: 0644]
old/TESTS.mar11 [new file with mode: 0644]
old/TESTS.mar20 [new file with mode: 0644]
old/TESTS.may11 [new file with mode: 0644]
old/TESTS.pre-jul27 [new file with mode: 0644]
op.patch [new file with mode: 0644]
ramblings/cc.notes [new file with mode: 0644]
ramblings/curcop.runtime [new file with mode: 0644]
ramblings/dontparse.c [new file with mode: 0644]
ramblings/flip-flop [new file with mode: 0644]
ramblings/foo.bench [new file with mode: 0644]
ramblings/foo2.bench [new file with mode: 0644]
ramblings/foo3.bench [new file with mode: 0644]
ramblings/magic [new file with mode: 0644]
ramblings/pp_i_add [new file with mode: 0644]
ramblings/reg.alloc [new file with mode: 0644]
ramblings/runtime.porting [new file with mode: 0644]
ramblings/sort.notes [new file with mode: 0644]
ramblings/sub.call [new file with mode: 0644]
ramblings/subst.notes [new file with mode: 0644]
run_bytecode_test [new file with mode: 0755]
run_cc_test [new file with mode: 0755]
run_test [new file with mode: 0755]
test_harness [new file with mode: 0755]
test_harness_bytecode [new file with mode: 0755]
test_harness_cc [new file with mode: 0755]
typemap [new file with mode: 0644]