https://bugzilla.wikimedia.org/show_bug.cgi?id=28626

Brion Vibber <br...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #18 from Brion Vibber <br...@wikimedia.org> 2011-06-29 01:44:15 UTC 
---
Since I'm brushing up on my low-level parsing skills anyway ;) I'm making a
quick stab at building a PHP-based recursive-descent parser following the
lexical & syntactical grammars in the ECMAScript standard -- this should be
able to determine pretty cleanly what does/doesn't parse, and could be invoked
at page save time to give feedback on identifying syntax errors in editable .js
pages.

May or may not end up reasonable enough to actually run it within
ResourceLoader; like minification, the result can be cached so it might
actually be reasonable to do. :)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to