#lang scribble/doc @require[scribble/manual scribble/eval scribble/basic] @title[#:tag "top"]{@bold{JavaScript} for PLT Scheme} by @author+email["Dave Herman" "dherman@ccs.neu.edu"] This package is an implementation of the ECMAScript language specified by @link["http://www.ecma-international.org/publications/standards/Ecma-262.htm"]{ECMA-262 Edition 3}, better known as JavaScript. For license information, please see the file @tt{COPYING.LIB}. @table-of-contents[] @include-section["intro.scrbl"] @include-section["parse.scrbl"] @include-section["ast.scrbl"] @include-section["print.scrbl"] @include-section["pjs.scrbl"] @include-section["compile.scrbl"] @include-section["runtime.scrbl"] @include-section["eval.scrbl"] @include-section["config.scrbl"] @index-section[]