From 54811807c7200c8934aa7c89e69689fcf64c563a Mon Sep 17 00:00:00 2001 From: Zach Carter Date: Thu, 16 Jun 2011 22:45:03 -0700 Subject: [PATCH] Edited README.md via GitHub --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4072c0d..2afb522 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ ![Reflect.js](https://github.com/zaach/reflect.js/raw/master/reflectjs.png "Reflect.js") -Reflect.js is a pure JavaScript implementation of [Mozilla's Parser API](https://developer.mozilla.org/en/SpiderMonkey/Parser_API). It does not currently support Mozilla specific extentions such as `let`, generators, list comprehensions, patterns, E4X, etc. but may eventually support ones that are/become Harmony proposals. *I'll probably add patterns next because those are pretty sweet.* - +Reflect.js is a JavaScript (ES3 compatible) implementation of [Mozilla's Parser API](https://developer.mozilla.org/en/SpiderMonkey/Parser_API). It does not currently support some of Mozilla's extensions, such as generators, list comprehensions, `for each`, E4X, etc. but may eventually support ones that are, or become Harmony proposals. Builders are also supported. Parsing large files can be slow, for reasons [articulated](http://www.andychu.net/ecmascript/RegExp-Enhancements.html) by Andy Chu.