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;
wenzelm [Sat, 21 Mar 2009 12:35:34 +0100] rev 30616
more stats;
wenzelm [Fri, 20 Mar 2009 21:32:12 +0100] rev 30615
added ML syntax markup;
wenzelm [Fri, 20 Mar 2009 20:22:13 +0100] rev 30614
report markup for ML tokens;
wenzelm [Fri, 20 Mar 2009 20:21:38 +0100] rev 30613
Antiquote.read: argument for reporting text;
wenzelm [Fri, 20 Mar 2009 20:20:09 +0100] rev 30612
future_job: do not inherit attributes, but enforce restricted interrupts -- attempt to prevent interrupt race conditions;
wenzelm [Fri, 20 Mar 2009 20:05:51 +0100] rev 30611
uniform ml_prompts for RAW and Pure;
wenzelm [Fri, 20 Mar 2009 18:46:50 +0100] rev 30610
eliminated old Addsimps;
wenzelm [Fri, 20 Mar 2009 17:12:37 +0100] rev 30609
Disposed old declarations, tactics, tactic combinators that refer to the simpset or claset of an implicit theory;
wenzelm [Fri, 20 Mar 2009 17:04:44 +0100] rev 30608
fixed possibility_tac;
wenzelm [Fri, 20 Mar 2009 15:24:18 +0100] rev 30607
eliminated global SIMPSET, CLASET etc. -- refer to explicit context;
wenzelm [Fri, 20 Mar 2009 11:26:59 +0100] rev 30606
merged
berghofe [Fri, 20 Mar 2009 10:44:25 +0100] rev 30605
merged