> > > The functions I proposed accept both numbers and strings. > http://wiki.ecmascript.org/doku.php?id=strawman:identifier_identification
Ah, I see. I missed what is intended at step 2. Looks very nice, thanks. On Sat, Mar 9, 2013 at 6:29 AM, Norbert Lindenberg < [email protected]> wrote: > > On Mar 8, 2013, at 2:35 , Yusuke SUZUKI wrote: > > > In Esprima and Acorn, because of performance issue, their identifier > identification functions require a code point as number, not string[2][3]. > > So I suggest accepting a code point number as an argument. > > The functions I proposed accept both numbers and strings. > > http://wiki.ecmascript.org/doku.php?id=strawman:identifier_identification > > Norbert > > -- Regards, Yusuke Suzuki
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

