parrot documentation
parrot - README
parrot - Changes
parrot - META.yml
parrot Makefile.PL
%r - Generate a unique PMC register for the result.
[
view source
]
00_README - 00_README documentation
[
view source
]
1 - Integer constant
[
view source
]
=item - Events are objects
[
view source
]
=item - Namespaces should be stored under first-level namespaces corresponding
[
view source
]
=item - Parrot I/O objects support both streams and network I/O.
[
view source
]
=item - Parrot provides swappable garbage collection schemes. The GC scheme
[
view source
]
=item - Parrot supports multiple concurrency models, including POSIX
[
view source
]
=item - Parrot supports multiple dispatch in opcodes and user-defined
[
view source
]
=item - PMCs contain both state and behavior
[
view source
]
=item - The object and class system provides the flexibility to
[
view source
]
=item - The sequence of instructions making up a Parrot program, a constants
[
view source
]
actions [
view source
]
appX_patch_submission - appX_patch_submission documentation
[
view source
]
array - array documentation
[
view source
]
branching_guide - branching_guide documentation
[
view source
]
cage_cleaners_guide - cage_cleaners_guide documentation
[
view source
]
ch01_overview - ch01_overview documentation
[
view source
]
ch02_getting_started - ch02_getting_started documentation
[
view source
]
ch03_pir_basics - ch03_pir_basics documentation
[
view source
]
ch04_pir_subroutines - ch04_pir_subroutines documentation
[
view source
]
ch05_pasm - ch05_pasm documentation
[
view source
]
ch06_library - ch06_library documentation
[
view source
]
ch07_testing_and_debugging - ch07_testing_and_debugging documentation
[
view source
]
ch08_architecture - ch08_architecture documentation
[
view source
]
ch09_pct - ch09_pct documentation
[
view source
]
ch10_hlls - ch10_hlls documentation
[
view source
]
ch11_pmcs - ch11_pmcs documentation
[
view source
]
ch12_opcodes - ch12_opcodes documentation
[
view source
]
ch13_reference - ch13_reference documentation
[
view source
]
committer_guide - committer_guide documentation
[
view source
]
DBDI [
view source
]
debian_packaging_guide - debian_packaging_guide documentation
[
view source
]
DEPRECATED - DEPRECATED documentation
[
view source
]
deprecated - use an empty parameter string to indicate that there are no
[
view source
]
development - if ever -- that call frames will be available to user code as
[
view source
]
do - read command line arguments. The subroutine designated
[
view source
]
docs/compiler_faq.pod - Parrot FAQ for compiler writers in PIR
[
view source
]
docs/configuration.pod - Parrot Configuration System
[
view source
]
docs/debug.pod - Debugging Parrot
[
view source
]
docs/debugger.pod - The Parrot Debugger
[
view source
]
docs/dev/byteorder.pod - Byteorder Conversion Functions
[
view source
]
docs/dev/c_functions.pod - C function decoration guidelines
[
view source
]
docs/dev/debugging_with_msvc.pod - Debugging Parrot with Microsoft
[
view source
]
docs/dev/events.pod - Design Notes for Events
[
view source
]
docs/dev/infant.pod - Infant Mortality
[
view source
]
docs/dev/jit_i386.pod - Parrot JIT (i386/gcc)
[
view source
]
docs/dev/longopt.pod - Long option parsing
[
view source
]
docs/dev/optimizer.pod - About the IMCC optimizer
[
view source
]
docs/dev/parrot_api.pod - Notes on the PARROT_EXPORT macro
[
view source
]
docs/dev/pccmethods.pod - Parrot Calling Conventions in C
[
view source
]
docs/dev/pmc_freeze.pod - Freeze/Thaw Design Notes
[
view source
]
docs/faq.pod - Parrot FAQ
[
view source
]
docs/glossary.pod - Parrot Glossary
[
view source
]
docs/jit.pod - Parrot JIT Subsystem
[
view source
]
docs/memory_internals.pod - Memory Internals
[
view source
]
docs/mmd.pod - Multimethod dispatch for binary opcode functions
[
view source
]
docs/native_exec.pod - Parrot Native Object Execution Subsystem
[
view source
]
docs/optable.pod - PGE operator precedence table and parser
[
view source
]
docs/overview.pod - A Parrot Overview
[
view source
]
docs/parrot.pod - Parrot
[
view source
]
docs/parrotbyte.pod - The Parrot Bytecode (PBC) Format
[
view source
]
docs/pmc.pod - PMC (PMC Makers Compendium)
[
view source
]
docs/porting_intro.pod - Parrot Subsystem Porting Introduction
[
view source
]
docs/project/support_policy.pod - Parrot Release and Support Policy
[
view source
]
docs/project/ticket_triaging.pod - Managing Tickets
[
view source
]
docs/req/model_users.pod - Model Users For Parrot Design Decisions
[
view source
]
docs/stability.pod - Parrot Component/Interface Stability Classification
[
view source
]
docs/submissions.pod - Parrot Submission Instructions
[
view source
]
docs/tests.pod - Testing Parrot
[
view source
]
docs/vtables.pod - Parrot Vtables
[
view source
]
DONORS - DONORS documentation
[
view source
]
embed.pod - Parrot embedding system
[
view source
]
Embedding - using libparrot from within another program, likely with a
[
view source
]
exceptions - exceptions documentation
[
view source
]
extend.pod - Parrot extension system
[
view source
]
FHS - Filesystem Hierarchy Standard and Parrot
[
view source
]
gettingstarted - gettingstarted documentation
[
view source
]
headerizer - headerizer documentation
[
view source
]
http://sirviente.9grid.es/sources/plan9/sys/doc/utf.ps - Plan 9's Runes are
[
view source
]
I
[
view source
]
IMCC - operation
[
view source
]
imcfaq - imcfaq documentation
[
view source
]
INSTALL - parrot INSTALL
[
view source
]
interesting - where "interesting" means the same as it does in the Chinese
[
view source
]
intro - intro documentation
[
view source
]
metacommitter_guide - metacommitter_guide documentation
[
view source
]
More? - FIXME
[
view source
]
NCIGENP6 [
view source
]
objects - objects documentation
[
view source
]
Parrot - Running
[
view source
]
Parrot::Embed - use Parrot from Perl 5
[
view source
]
Parrot::Interpreter - access a Parrot interpreter from Perl 5
[
view source
]
Parrot::PMC - access a Parrot PMC from Perl 5
[
view source
]
Parrot::Test::NCIGENAST - Parrot::Test::NCIGENAST documentation
[
view source
]
parrothist - Parrot Release History
[
view source
]
past_building_blocks - past_building_blocks documentation
[
view source
]
pause_guide - pause_guide documentation
[
view source
]
pcc_state - pcc_state documentation
[
view source
]
pct_optable_guide.pod - A Guide to Using an Operator Parsing Table in PGE-based grammars.
[
view source
]
pdd01_overview - pdd01_overview documentation
[
view source
]
pdd05_opfunc - pdd05_opfunc documentation
[
view source
]
pdd06_pasm - pdd06_pasm documentation
[
view source
]
pdd07_codingstd - pdd07_codingstd documentation
[
view source
]
pdd11_extending - pdd11_extending documentation
[
view source
]
pdd14_numbers - pdd14_numbers documentation
[
view source
]
pdd18_security - pdd18_security documentation
[
view source
]
pdd19_pir - pdd19_pir documentation
[
view source
]
pdd23_exceptions - pdd23_exceptions documentation
[
view source
]
pdd29_compiler_tools - pdd29_compiler_tools documentation
[
view source
]
pdd_template - pdd_template documentation
[
view source
]
pmc_obj_design_meeting_notes - pmc_obj_design_meeting_notes documentation
[
view source
]
README - README documentation
[
view source
]
README.cygwin - Parrot under Cygwin
[
view source
]
README.win32 - Parrot under Windows
[
view source
]
release_manager_guide - release_manager_guide documentation
[
view source
]
roles_responsibilities - roles_responsibilities documentation
[
view source
]
SQLite3 [
view source
]
src/pmc/exporter.pmc - Export globals from one namespace to another
[
view source
]
Structures - Accessing C Structs from Parrot
[
view source
]
Subs - Parrot Subroutines
[
view source
]
TODO - TODO documentation
[
view source
]
tools/build/pmc2c.pl - PMC definition to C compiler
[
view source
]
tutorial_episode_1 - tutorial_episode_1 documentation
[
view source
]
tutorial_episode_2 - tutorial_episode_2 documentation
[
view source
]
tutorial_episode_3 - tutorial_episode_3 documentation
[
view source
]
tutorial_episode_4 - tutorial_episode_4 documentation
[
view source
]
tutorial_episode_5 - tutorial_episode_5 documentation
[
view source
]
tutorial_episode_6 - tutorial_episode_6 documentation
[
view source
]
tutorial_episode_7 - tutorial_episode_7 documentation
[
view source
]
tutorial_episode_8 - tutorial_episode_8 documentation
[
view source
]
tutorial_episode_9 - tutorial_episode_9 documentation
[
view source
]
ubuntu_packaging_guide - ubuntu_packaging_guide documentation
[
view source
]
Back to
home
.
Contained in the
parrot
distribution.