jsbison icon indicating copy to clipboard operation
jsbison copied to clipboard

对标准javascript文件的parse

Open acodercc opened this issue 11 years ago • 1 comments

需要将javascript文件,parse为json格式的解析树(用于代码高亮,语义置换等),以及json格式的规则AST(用于解释执行等需要遍历的地方)。

acodercc avatar Oct 25 '14 12:10 acodercc

该issue,在 https://github.com/takumi4ichi/js2ast 项目中,实现js代码到AST的解析。

acodercc avatar Oct 27 '14 03:10 acodercc