Re: [Scriptonite-dev] ECMAScript test files
Status: Planning
Brought to you by:
egagnon
|
From: Pedro V. L. <eq...@eq...> - 2000-03-21 15:45:39
|
"Raif S. Naffah" wrote: > anybody knows if there are suggested/recommended ECMAScript (source) files > to use for validating the generated lexer and parser? > There is a big test suite in the mozilla project. Look for js-test**** in http://ftp.mozilla.org/pub/js/ You can also find there rhino, the mozilla project javascript interpreter. I've just peeked at it but it seems that the parser was handcoded (?). Anyhow it might be useful. regards pedro |