On 12/2/06, Hanan Mneimneh <[EMAIL PROTECTED]> wrote: > Hello > > I need to generate a state machine for a web application developed using > ruby on rails. For this purpose, I need to dynamically parse the controller > which is a ruby class. Is there a decent parser to parse ruby code???????? >
You can use the ParseTree or sydparse gems for this. _______________________________________________ Rubygrammar-grammarians mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygrammar-grammarians
