Allison Randal > parrot > compilers/nqp/bootstrap/nqp.pir

Download:
parrot-1.0.0.tar.gz

Annotate this POD

Website

View/Report Bugs

Source  

TITLE ^

nqp.pir - A nqp compiler.

Description

This is the base file for the nqp compiler.

This file includes the parsing and grammar rules from the src/ directory, loads the relevant PGE libraries, and registers the compiler under the name 'nqp'.

Functions

onload()

Creates the nqp compiler using a PCT::HLLCompiler object.

main(args :slurpy) :main

Start compilation by passing any command line args to the nqp compiler.