Parse grammars in PGE
We want to extract the patterns out of our source programs.
For example, given a statement like
if a == 4 then print "Hello";continued...
Parrot | Parrot Compiler Toolkit | #27 |
We want to extract the patterns out of our source programs.
For example, given a statement like
if a == 4 then print "Hello";continued...
Copyright © 2008 Patrick R. Michaud http://www.pmichaud.com/2008/pres/ |