(*---------------------------------------------------------------------------
 * Generic parsing support structures
 *---------------------------------------------------------------------------*)
app compile ["Stream.sig","Stream.sml"];
app compile ["Token.sig","Token.sml"];
app compile ["LRTable.sig","LRTable.sml"];
app compile ["LRParser.sig","LRParser.sml"];

load"LRParser";  (* Loads  LRTable, Token, and Stream *)

