JS Syntactic Parser
So I've been working on a Javascript parser the past week or two. Well, I've been doing more than that, but results from the parser is at least something I can show you :) Below you can see an example of what the parser can spit out. It takes regu...