lang/javascript/

Copyright (C) 2015 Matthew R. Wette

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without any warranty.

The following files are also covered by the above copyright and license:
  ex1.js

manifest:
actions.scm	C parser actions
tables.scm	C parser tables
pbody.scm	body of parser
parser.scm	C parser; includes pbody, tables and actions
pgen.scm	C parser generator; used to generate tables and actions.scm
