To regenerate ML parser
-----------------------

Scripts expect $LISPWORKS to contain the lispworks image to use eg:

setenv LISPWORKS /nfs/gamgee/u/lclc/images/lw-3-2-1

1. to generate auxiliary files from _actionfunctions files:

% cd parser/ml-tables
% back-convert

This generates file new-grammar.lisp & various auxiliary ML files

2. edit the grammar in ml-tables/new-grammar.lisp

3. to generate new ML files

% cd parser/ml-tables
% make-tables

This makes new parser/LRbasics.sml parser/_LRbasics.sml and parser/_actionfunctions.sml files.


