ChangeLog
Config_pm.in
Configure.pl
DEVELOPING
KNOWN_ISSUES
LICENSES/Artistic
MANIFEST
MANIFEST.SKIP
Makefile.in
NEWS
README
README.OS_X
TODO
Types_pm.in
VERSION
assemble.pl
chartype.c
chartypes/unicode.c
chartypes/usascii.c
check_source_standards.pl
classes/Makefile.in
classes/array.pmc
classes/default.pmc
classes/genclass.pl
classes/intqueue.pmc
classes/parrotpointer.pmc
classes/perlarray.pmc
classes/perlhash.pmc
classes/perlint.pmc
classes/perlnum.pmc
classes/perlstring.pmc
classes/perlundef.pmc
classes/pmc2c.pl
config_h.in
core.ops
disassemble.pl
docs/Makefile.in
docs/embed.pod
docs/faq.pod
docs/intro.pod
docs/jit.pod
docs/overview.pod
docs/parrot.pod
docs/parrot_assembly.pod
docs/parrotbyte.pod
docs/pdds/pdd00_pdd.pod
docs/pdds/pdd01_overview.pod
docs/pdds/pdd02_vtables.pod
docs/pdds/pdd04_datatypes.pod
docs/pdds/pdd05_opfunc.pod
docs/pdds/pdd06_pasm.pod
docs/pdds/pdd07_codingstd.pod
docs/pdds/pdd08_keys.pod
docs/pdds/pdd09_gc.pod
docs/pdds/pdd10_embedding.pod
docs/pdds/pdd11_extending.pod
docs/pdds/pdd12_assembly.pod
docs/pdds/pdd13_bytecode.pod
docs/pdds/pdd14_bignum.pod
docs/pdds/pdd_template.pod
docs/running.pod
docs/strings.pod
docs/tests.pod
docs/vtables.pod
editor/pasm.vim
embed.c
encoding.c
encodings/singlebyte.c
encodings/utf16.c
encodings/utf32.c
encodings/utf8.c
examples/assembly/Makefile
examples/assembly/bsr.pasm
examples/assembly/call.pasm
examples/assembly/euclid.pasm
examples/assembly/fact.pasm
examples/assembly/io1.pasm
examples/assembly/io2.pasm
examples/assembly/jump.pasm
examples/assembly/life.pasm
examples/assembly/local_label.pasm
examples/assembly/mops.pasm
examples/assembly/mops_p.pasm
examples/assembly/pmcmops.pasm
examples/assembly/queens.pasm
examples/assembly/stack.pasm
examples/assembly/substr.pasm
examples/assembly/trace.pasm
examples/assembly/xml_parser.pasm
examples/mops/README
examples/mops/mops.c
examples/mops/mops.cs
examples/mops/mops.il
examples/mops/mops.pl
examples/mops/mops.ps
examples/mops/mops.py
examples/mops/mops.rb
examples/mops/mops.scheme
exceptions.c
global_setup.c
hints/cygwin.pl
hints/darwin.pl
hints/mswin32.pl
hints/os2.pl
hints/vms.pl
include/parrot/chartype.h
include/parrot/embed.h
include/parrot/encoding.h
include/parrot/events.h
include/parrot/exceptions.h
include/parrot/global_setup.h
include/parrot/interp_guts.h
include/parrot/interpreter.h
include/parrot/io.h
include/parrot/jit.h
include/parrot/key.h
include/parrot/memory.h
include/parrot/misc.h
include/parrot/op.h
include/parrot/oplib.h
include/parrot/packfile.h
include/parrot/parrot.h
include/parrot/pmc.h
include/parrot/regfuncs.h
include/parrot/register.h
include/parrot/resources.h
include/parrot/runops_cores.h
include/parrot/rx.h
include/parrot/rxstacks.h
include/parrot/stacks.h
include/parrot/string.h
include/parrot/string_funcs.h
include/parrot/trace.h
include/parrot/unicode.h
include/parrot/warnings.h
interpreter.c
io.ops
io/TODO
io/io.c
io/io_stdio.c
io/io_unix.c
io/io_win32.c
jit.c
jit/alpha/core.jit
jit/alpha/lib.jit
jit/alpha/string.jit
jit/i386/core.jit
jit/i386/lib.jit
jit/i386/string.jit
jit/sun4/core.jit
jit/sun4/lib.jit
jit/sun4/string.jit
jit2h.pl
key.c
languages/Makefile.in
languages/jako/MAINTAINER
languages/jako/Makefile.in
languages/jako/bench.jako
languages/jako/euclid.jako
languages/jako/fact.jako
languages/jako/fib.jako
languages/jako/hello.jako
languages/jako/jakoc
languages/jako/leibniz.jako
languages/jako/mandelbrot.jako
languages/jako/mandelzoom.jako
languages/jako/mops.jako
languages/jako/primes.jako
languages/jako/queens.jako
languages/jako/sub.jako
languages/miniperl/Makefile.in
languages/miniperl/Miniperl.pm
languages/miniperl/Miniperl/Generator.pm
languages/miniperl/Miniperl/Makefile.PL
languages/miniperl/Miniperl/Parser.pm
languages/miniperl/Miniperl/Tokenizer.pm
languages/miniperl/Miniperl/t/001_tokenizer.t
languages/miniperl/Miniperl/t/002_parser.t
languages/miniperl/Miniperl/t/003_generator.t
languages/miniperl/Miniperl/t/004_combined.t
languages/miniperl/mpc
languages/scheme/Makefile.in
languages/scheme/Scheme.pm
languages/scheme/Scheme/Generator.pm
languages/scheme/Scheme/Parser.pm
languages/scheme/Scheme/Test.pm
languages/scheme/Scheme/Tokenizer.pm
languages/scheme/schemec
languages/scheme/t/arith/basic.t
languages/scheme/t/arith/logic.t
languages/scheme/t/arith/nested.t
languages/scheme/t/harness
languages/scheme/t/io/basic.t
languages/scheme/t/logic/basic.t
lib/Parrot/Assembler.pm
lib/Parrot/BuildUtil.pm
lib/Parrot/Jit/alpha-bsd.pm
lib/Parrot/Jit/alpha-linux.pm
lib/Parrot/Jit/alphaGeneric.pm
lib/Parrot/Jit/i386-bsd.pm
lib/Parrot/Jit/i386-linux.pm
lib/Parrot/Jit/i386-nojit.pm
lib/Parrot/Jit/i386Generic.pm
lib/Parrot/Jit/sun4-solaris.pm
lib/Parrot/Jit/sun4Generic.pm
lib/Parrot/Op.pm
lib/Parrot/OpTrans.pm
lib/Parrot/OpTrans/C.pm
lib/Parrot/OpTrans/CGoto.pm
lib/Parrot/OpTrans/CPrederef.pm
lib/Parrot/OpsFile.pm
lib/Parrot/Optimizer.pm
lib/Parrot/PackFile.pm
lib/Parrot/PackFile/ConstTable.pm
lib/Parrot/PackFile/Constant.pm
lib/Parrot/PackFile/FixupTable.pm
lib/Parrot/String.pm
lib/Parrot/Test.pm
lib/Parrot/Vtable.pm
lib/Test/Builder.pm
lib/Test/More.pm
lib/Test/Simple.pm
lib_deps.pl
make.pl
make_vtable_ops.pl
manicheck.pl
memory.c
misc.c
obscure.ops
ops2c.pl
ops2pm.pl
optimizer.pl
packdump.c
packfile.c
packout.c
parrot.c
pbc2c.pl
pdump.c
platforms/generic.c
platforms/generic.h
platforms/win32.c
platforms/win32.h
pmc.c
pmc_pm.pl
register.c
resources.c
runops_cores.c
run_indent.pl
rx.c
rx.ops
rxstacks.c
stacks.c
string.c
t/harness
t/op/basic.t
t/op/bitwise.t
t/op/debuginfo.t
t/op/hacks.t
t/op/ifunless.t
t/op/integer.t
t/op/interp.t
t/op/macro.t
t/op/number.t
t/op/rx.t
t/op/stacks.t
t/op/string.t
t/op/time.t
t/op/trans.t
t/pmc/array.t
t/pmc/perlarray.t
t/pmc/perlhash.t
t/pmc/perlstring.t
t/pmc/pmc.t
test_c.in
test_gnuc.c
test_main.c
testparrotfuncptr.c
testparrotsizes_c.in
trace.c
types/bignum.c
types/bignum.h
types/bignum_atest.pl
types/bignum_test.pl
vtable.tbl
vtable_h.pl
warnings.c
