NAME ^

bcg.c Byte Code Generator (BCG) Public API implementation.

DESCRIPTION ^

The functions in this file implement the API defined in bcg.h, the public API for BCG.

Methods ^

List of methods imlemented in this file.

BCG_info *BCG_create(void)

This function create an instance of Byte Code Generator.

void BCG_destroy(BCG_info *bcg_info)

This methods destroys the specified instance of Byte Code Generator.

LICENSE ^

Copyright (C) 2006, The Perl Foundation.

This is free software; you may redistribute it and/or modify it under the same terms as Parrot.

AUTHOR ^

Vishal Soni <vishalrsoni@gmail.com>


parrot