TITLE

cpp.pir - A C pre processor.

Description

This is the base file for the C99 C pre processor.

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

Functions

onload()
Creates the C compiler using a PCT::HLLCompiler object.
main(args :slurpy) :main
Start compilation by passing any command line args to the C compiler.