parrotcode: bcg.c Byte Code Generator (BCG) Public API implementation. | |
Contents | Compilers |
bcg.c Byte Code Generator (BCG) Public API implementation.
The functions in this file implement the API defined in bcg.h, the public API for BCG.
List of methods imlemented in this file.
BCG_info *BCG_create(void)
void BCG_destroy(BCG_info *bcg_info)
Copyright (C) 2006, The Perl Foundation.
This is free software; you may redistribute it and/or modify it under the same terms as Parrot.
Vishal Soni <vishalrsoni@gmail.com>
|