You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4e968892be
In most cases, code pattern x === undefined was transformed to typeof(x) === "undefined" and similarly with |!==|. In the generated code, the condition was simply made less strict to avoid performance penalty of string comparison (I don't think JavaScript VMs optimize this specific pattern to avoid it). |
15 years ago | |
---|---|---|
.. | ||
compiler.js | 15 years ago | |
metagrammar.js | 15 years ago | |
metagrammar.pegjs | 15 years ago |