wenzelm [Wed, 19 Jan 1994 14:45:07 +0100] rev 242
commented out sig constraint of functor (for debugging purposes);
wenzelm [Wed, 19 Jan 1994 14:28:35 +0100] rev 241
changed SYNTAX_FILES;
wenzelm [Wed, 19 Jan 1994 14:27:46 +0100] rev 240
contains remaining parts of xgram.ML and extension.ML;
syn_ext replaces xgram and ext;
wenzelm [Wed, 19 Jan 1994 14:23:18 +0100] rev 239
minor internal changes;
wenzelm [Wed, 19 Jan 1994 14:22:37 +0100] rev 238
MAJOR INTERNAL CHANGE: extend and merge operations of syntax tables
now much leaner (eliminated gramgraph, all data except tables of old
parser are shared); simplified the internal interfaces for syntax
extension;
added translations for _explode, _implode (experimental);
wenzelm [Wed, 19 Jan 1994 14:21:26 +0100] rev 237
MAJOR INTERNAL CHANGE: extend and merge operations of syntax tables
now much leaner (eliminated gramgraph, all data except tables of old
parser are shared); simplified the internal interfaces for syntax
extension;
wenzelm [Wed, 19 Jan 1994 14:15:01 +0100] rev 236
added some utils: commas, breaks, fbreaks, block, parents, list, str_list;
wenzelm [Wed, 19 Jan 1994 14:13:23 +0100] rev 235
cosmetic changes;