NAME ^

IMCC - documentation

VERSION ^

0.1 initial

OVERVIEW ^

IMCC is the Intermediate Code Compiler for Parrot. It's integrated into the parrot executable.

IMCC compiles a language called Parrot Intermediate Representation (PIR). PIR is the primary target of language implementations. PIR code files usually have the extension .imc.

This document describes available IMCC documentation, located in parrot/imcc/docs unless otherwise described.

See also the documentation in parrot/docs.

DESCRIPTION ^

calling_conventions.pod ^

Describes the standard way of passing arguments and receiving results from subroutines.

imcfaq.pod ^

A must read for potential language implementors.

macros.pod ^

The macro layer of parrot.

operation.pod ^

Describes how IMCC operates internally.

parsing.pod ^

Basic parsing functionality.

running.pod ^

parrot's command line options.

syntax.pod ^

The syntax of .imc files.

parrot/imcc/README ^

Summary of IMCC features and syntax.

*.[chly] ^

Most documentation files end in .c.

AUTHOR ^

Leopold Toetsch <lt@toetsch.at>


parrot