NAME ^

C99::Grammar -- A grammar for parsing C99

SYNOPSYS ^

DESCRIPTION ^

This is a grammar to parse c99 programs. It inherits the behavior of the PGE::Grammar class. It parses a string of source code according to its hierarchy of rules and returns a PGE::Match object (a parse tree).

LICENSE ^

Copyright (C) 2005-2008, The Perl Foundation.

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

AUTHOR ^

Kevin Tew <kevintew@tewk.com>


parrot