Hi all, I'm currently trying to write a light-weight verifier (think jslint[1]) for the JavaScript mode. My verifier has the type "verify :: Tree -> IO ()" (kind of), so it needs the AST which is returned from the JavaScript parser. How do I extract that information?
Thanks, Deniz [1] http://www.jslint.com/ --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
