jsxer
jsxer copied to clipboard
add a way to validate decompiled syntax.
prolly a node.js parser which parses the original and decompiled source and compares their ast.
Good idea. Does one exist with this version of ECMAScript?
we can use acorn or esprima with es3 as the version set to parse. I hope it has es3 as a version option (not sure - been so long since i touched Node.js)
we might also need to fork and customize it to parse extendscript specific syntaxes as well