Add ECMAScript Unicode literal support
authorNoah Lavine <nlavine@haverford.edu>
Tue, 11 Jan 2011 21:32:17 +0000 (16:32 -0500)
committerLudovic Courtès <ludo@gnu.org>
Mon, 17 Jan 2011 22:03:32 +0000 (23:03 +0100)
commitb1846b7fb31de1bbe126322688ac109fd86a924e
tree5bcdeeac2b03cd9f318fb91ed2a3a6aa3c76b528
parenta7d8a8a63b3e9799ac23fd0c23c32def6e42bbf2
Add ECMAScript Unicode literal support

* module/language/ecmascript/tokenize.scm: add unicode literals

* test-suite/tests/ecmascript.test ("parser"): Add new tests for Latin-1
  and Unicode escapes in string literals.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
module/language/ecmascript/tokenize.scm
test-suite/tests/ecmascript.test