Are the outputs of javascript parsers of different browsers the same?

Posted by Paul on Stack Overflow See other posts from Stack Overflow or by Paul
Published on 2010-05-13T04:26:40Z Indexed on 2010/05/13 4:34 UTC
Read the original article Hit count: 187

Filed under:
|

Suppose there is a piece of JavaScript code that is supported by different browsers, for example IE and Firefox. Would the JavaScript parsers of the different browsers generate the same output (i.e., the same AST)?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about parsers