[Top]
CompilerEnvironment
|
Class CompilerEnvironment
- Description
The compiler environment.
By inheriting this class and overloading the functions,
it is possible to make a custom Pike compiler.
- Note
Prior to Pike 7.8 this sort of customization has to be done
either via custom master objects, or via CompilationHandler s.
- See also
CompilationHandler , MasterObject , master() , replace_master()
|