NAME
Boilerplater::Parser - Parse Boilerplater header files.
SYNOPSIS
my $class_def = $parser->class($class_text);
DESCRIPTION
Boilerplater::Parser is a combined lexer/parser which parses .bp code. It is not at all strict, as it relies heavily on the C parser to pick up errors such as misspelled type names.
COPYRIGHT AND LICENSE
Copyright 2008-2009 Marvin Humphrey
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.