gecko-dev/js2/semantics
waldemar%netscape.com 8fe1116648 Changed external-link-base 1999-11-12 07:24:40 +00:00
..
JS14 Removed distribution restrictions because this is part of the language spec 1999-11-03 03:59:31 +00:00
JS20 Changed external-link-base 1999-11-12 07:24:40 +00:00
JSECMA Updated to Mozilla 1.1 license 1999-11-03 03:58:07 +00:00
Test Updated to Mozilla 1.1 license 1999-11-03 03:58:07 +00:00
Calculus.lisp Updated to Mozilla 1.1 license 1999-11-03 03:58:07 +00:00
CalculusMarkup.lisp Updated to Mozilla 1.1 license 1999-11-03 03:58:07 +00:00
Grammar.lisp Updated to Mozilla 1.1 license 1999-11-03 03:58:07 +00:00
GrammarSymbol.lisp Updated to Mozilla 1.1 license 1999-11-03 03:58:07 +00:00
HTML.lisp Updated to Mozilla 1.1 license 1999-11-03 03:58:07 +00:00
Lexer.lisp Updated to Mozilla 1.1 license 1999-11-03 03:58:07 +00:00
Main.lisp Updated to Mozilla 1.1 license 1999-11-03 03:58:07 +00:00
Markup.lisp Updated to Mozilla 1.1 license 1999-11-03 03:58:07 +00:00
Metaparser.lisp Updated to Mozilla 1.1 license 1999-11-03 03:58:07 +00:00
Parser.lisp Updated to Mozilla 1.1 license 1999-11-03 03:58:07 +00:00
README First Checked In. 1999-01-30 01:19:00 +00:00
RTF.lisp Updated to Mozilla 1.1 license 1999-11-03 03:58:07 +00:00
Utilities.lisp Updated to Mozilla 1.1 license 1999-11-03 03:58:07 +00:00
styles.css Updated to match styles.css on documentation site 1999-05-10 21:02:22 +00:00
unicodeCompatibility.js Added upper-case Greek letters 1999-10-20 20:57:37 +00:00

README

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.