parrotcode: A grammar for parsing C99 | |
Contents | Language Implementations | C99 |
C99::Grammar -- A grammar for parsing C99
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).
Copyright (c) 2005 The Perl Foundation
This is free software; you may redistribute it and/or modify it under the same terms as Parrot.
Kevin Tew <kevintew@tewk.com>
|