Hi,
I googled it a bit but could not find a complete solution, do you know an ES6 parser (AST generator) written with python? If not what is the right direction to do it? I am thinking about my own implementation, so far grako looks promising and found ES6 bnf, is there anyone worked on that?
Thanks.