src/Pure/ML/ml_parse.ML
Sat, 23 Jul 2011 16:37:17 +0200 defer evaluation of Scan.message, for improved performance in the frequent situation where failure is handled later (e.g. via ||);
Tue, 24 Mar 2009 11:39:25 +0100 eliminated non-canonical alias structure T = ML_Lex;
Mon, 23 Mar 2009 21:40:11 +0100 more systematic type use_context, with particular values ML_Parse.global_context and ML_Context.local_context;
Sun, 22 Mar 2009 19:10:59 +0100 ML_Lex.pos_of: regular position;
Wed, 21 Jan 2009 23:21:44 +0100 removed Ids;
Sat, 09 Aug 2008 22:43:59 +0200 renamed ML_Lex.val_of to content_of;
Sun, 16 Sep 2007 14:52:28 +0200 Minimal parsing for SML -- fixing integer numerals.