gecko-dev/js2/semantics
waldemar%netscape.com 3af971a8c2 First working version
1999-05-17 05:11:19 +00:00
..
JS14
JS20 First working version 1999-05-17 05:11:19 +00:00
JSECMA Renamed != to /= and lambda to function. 1999-05-17 05:10:41 +00:00
Calculus.lisp
CalculusMarkup.lisp Added sets, subseq, set-nth. Renamed 'lambda' to 'function'. Fixed depictions of special global variables. Added %text depictors. 1999-05-17 05:09:44 +00:00
Grammar.lisp
GrammarSymbol.lisp
HTML.lisp
Lexer.lisp
Main.lisp
Markup.lisp
Metaparser.lisp
Parser.lisp
README
RTF.lisp
styles.css
unicodeCompatibility.js
Utilities.lisp Added intsets. 1999-05-17 05:10:07 +00:00

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.