gecko-dev/js2/semantics
1999-06-08 00:45:49 +00:00
..
JS14
JS20 Fixed several semantic errors. Added (?= and (?!. 1999-06-08 00:45:49 +00:00
JSECMA
Test First Checked In. 1999-06-03 20:53:14 +00:00
Calculus.lisp
CalculusMarkup.lisp
Grammar.lisp Added support for lookahead constraints 1999-06-03 20:52:04 +00:00
GrammarSymbol.lisp
HTML.lisp Added support for lookahead constraints 1999-06-03 20:52:04 +00:00
Lexer.lisp Added support for lookahead constraints 1999-06-03 20:52:04 +00:00
Main.lisp
Markup.lisp
Metaparser.lisp
Parser.lisp Added support for lookahead constraints 1999-06-03 20:52:04 +00:00
README
RTF.lisp Added support for lookahead constraints 1999-06-03 20:52:04 +00:00
styles.css
unicodeCompatibility.js
Utilities.lisp

js/semantics contains experimental code used to generate LR(1) and LALR(1)
grammars for JavaScript as well as compile and check formal semantics for
JavaScript.  The semantics can be executed directly or printed into either
HTML or Microsoft Word RTF formats.

This code is written in standard Common Lisp.  It's been used under Macintosh
Common Lisp 4.0, but should also work under other Common Lisp implementations.

Contact Waldemar Horwat (waldemar@netscape.com or waldemar@acm.org) for
more information.