Subj : Simple API for JavaScript? To : netscape.public.mozilla.jseng From : "Kang Jeong-Hee" Date : Thu Apr 03 2003 05:45 pm Hi. I'm not sure this place is good to post issue like this: I need a good-matured JavaScript interpreter. and I don't like to import Rhino or SpiderMonkey, at this moment. NJS at http://www.bbassett.net/njs/ is one of entry. and, when there's no good choice for me, I'll try to implement a js interpreter of my own, from the first line of code. then, which spec do I have to work with? XML has SAX, CSS has SAC, JS has what? .