wenzelm [Sun, 22 Mar 2009 21:30:21 +0100] rev 30646
proper signature;
eval: added do_run flag, store result parsetree if disabled;
added 'ML_parse' command;
wenzelm [Sun, 22 Mar 2009 20:50:02 +0100] rev 30645
added read_antiq, with improved error reporting;
tuned signature;
tuned;
wenzelm [Sun, 22 Mar 2009 20:49:48 +0100] rev 30644
ML_Lex.read_antiq;
eval: observe verbose flag;
command 'ML_test': proper keyword classification, inherit_env;
wenzelm [Sun, 22 Mar 2009 20:49:48 +0100] rev 30643
ML_Lex.read_antiq;
wenzelm [Sun, 22 Mar 2009 20:49:47 +0100] rev 30642
simplified Antiquote.read (again);
wenzelm [Sun, 22 Mar 2009 20:49:47 +0100] rev 30641
export report -- version that actually covers all cases;
export check_nesting;
simplified read (again);
wenzelm [Sun, 22 Mar 2009 19:12:36 +0100] rev 30640
Test of advanced ML compiler invocation in Poly/ML 5.3.
wenzelm [Sun, 22 Mar 2009 19:11:00 +0100] rev 30639
ML/ml_test.ML: test of advanced ML compiler invocation in Poly/ML 5.3;
wenzelm [Sun, 22 Mar 2009 19:10:59 +0100] rev 30638
added pretty_ml;
wenzelm [Sun, 22 Mar 2009 19:10:59 +0100] rev 30637
export eval_antiquotes: refined version that operates on ML tokens;
wenzelm [Sun, 22 Mar 2009 19:10:59 +0100] rev 30636
ML_Lex.pos_of: regular position;
added ML_Lex.text_of;
wenzelm [Sun, 22 Mar 2009 19:10:58 +0100] rev 30635
replaced Antiquote.is_antiq by Antiquote.is_text;
wenzelm [Sat, 21 Mar 2009 20:39:38 +0100] rev 30634
merged
wenzelm [Sat, 21 Mar 2009 20:38:49 +0100] rev 30633
extra toplevel pretty-printing for Poly/ML; experimental version for Poly/ML 5.3;
wenzelm [Sat, 21 Mar 2009 20:22:13 +0100] rev 30632
merged
huffman [Sat, 21 Mar 2009 09:42:55 -0700] rev 30631
merged
huffman [Sat, 21 Mar 2009 03:24:35 -0700] rev 30630
move field lemmas into class locale context
huffman [Sat, 21 Mar 2009 03:23:17 -0700] rev 30629
move diff_eq_0_iff_eq into class locale context
wenzelm [Sat, 21 Mar 2009 20:00:23 +0100] rev 30628
removed obsolete pprint operations;
some explicit pp operations for toplevel pretty printing;
wenzelm [Sat, 21 Mar 2009 20:00:23 +0100] rev 30627
added polyml_pp.ML: toplevel pretty printing for Poly/ML 4.x and 5.x before 5.3;
wenzelm [Sat, 21 Mar 2009 19:58:45 +0100] rev 30626
adapted toplevel_pp to ML_Pretty.pretty;
wenzelm [Sat, 21 Mar 2009 19:58:45 +0100] rev 30625
replaced install_pp/make_pp by more general toplevel_pp based on use_text;
wenzelm [Sat, 21 Mar 2009 19:58:45 +0100] rev 30624
simplified datatype ML_Pretty.pretty: model Isabelle not Poly/ML;
removed obsolete pprint;
wenzelm [Sat, 21 Mar 2009 19:58:44 +0100] rev 30623
simplified datatype ML_Pretty.pretty: model Isabelle not Poly/ML;
wenzelm [Sat, 21 Mar 2009 15:09:44 +0100] rev 30622
Datatype for ML pretty printing (cf. mlsource/MLCompiler/Pretty.sml in Poly/ML 5.3).
wenzelm [Sat, 21 Mar 2009 15:08:00 +0100] rev 30621
Pretty.position;
try use ml_system specific install_pp;
wenzelm [Sat, 21 Mar 2009 15:08:00 +0100] rev 30620
added position;
added to_ML, from_ML (approximation);
wenzelm [Sat, 21 Mar 2009 15:08:00 +0100] rev 30619
added generic ML_Pretty interface;
wenzelm [Sat, 21 Mar 2009 13:11:12 +0100] rev 30618
restricted interrupts for tasks running as future worker thread -- attempt to prevent interrupt race conditions;
wenzelm [Sat, 21 Mar 2009 12:37:13 +0100] rev 30617
more ambitious ML_OPTIONS;