Abhishek Nandy • over 9 years ago
Where can i find the parser for the CodeCombat parser for JS
I am digging into the project i have gone through master-CodeCombat GITHUB repository,the only concern is i am unable to find the parser that helps people to learn JS using CodeCombat.Is it there in the master-CodeCombat GITHUB repository.The time that ihave spent guess its in config coffeescript.An Overview will help.Thanks.
Comments are closed.
2 comments
nwinter Manager • over 9 years ago
The Aether transpiler is all here: http://aetherjs.com/
It uses Esprima or Acorn for parsing JavaScript, though–those are the best examples. http://esprima.org/ http://marijnhaverbeke.nl/acorn/
Abhishek Nandy • over 9 years ago
Thanks.I went along spending time with acorn.js and found the ways how it parses JavaScript.If i face any problem i will knock back here.