1
0
mirror of https://github.com/robertkrimen/otto synced 2025-10-26 20:28:49 +08:00

Add note about regular expression limitation

This commit is contained in:
Robert Krimen
2012-10-11 22:28:41 -07:00
parent 776f4f96c5
commit b6f8642fe2
2 changed files with 2 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ Caveat Emptor
* For example, "use strict" will parse, but does nothing.
* Error reporting needs to be improved.
* Number.prototype.{toFixed,toExponential,toPrecision} are missing.
* Does not support the (?!) or (?=) regular expression syntax (because Go does not).
* Really, error reporting could use some improvement.
## Usage