Possible Duplicate:
how to parse javascript file?
Hi All ,
I have a scenario where I am getting my JavaScript file content in the form of text , now I need to parse that text into meaningful objects so that i can identify the objects & events associated with them for that i need a parser to parse this text in JavaScript . Can Anyone tell me how to approach this problem .
Thanks in Advance ,
Vinay