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;
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
berghofe [Fri, 20 Mar 2009 10:43:53 +0100] rev 30604
split_codegen now eta-expands terms on-the-fly.
wenzelm [Fri, 20 Mar 2009 11:26:25 +0100] rev 30603
proper context for prove_cont/adm_tac;
wenzelm [Fri, 20 Mar 2009 11:08:59 +0100] rev 30602
with_attributes: canonical capture/release scheme (potentially iron out race condition);
wenzelm [Fri, 20 Mar 2009 09:52:32 +0100] rev 30601
considerable speedup of benchmarks by using minimal simpset;
wenzelm [Fri, 20 Mar 2009 09:51:41 +0100] rev 30600
allow non-printable symbols within string tokens;
wenzelm [Thu, 19 Mar 2009 22:05:37 +0100] rev 30599
merged
huffman [Thu, 19 Mar 2009 08:13:10 -0700] rev 30598
add lemma det_diagonal; remove wellorder requirement on several lemmas
haftmann [Thu, 19 Mar 2009 14:08:55 +0100] rev 30597
merged
haftmann [Thu, 19 Mar 2009 14:08:41 +0100] rev 30596
tuned some theorem and attribute bindings
wenzelm [Thu, 19 Mar 2009 22:05:00 +0100] rev 30595
proper spacing before ML antiquotations -- note that @ may be part of symbolic ML identifiers;
wenzelm [Thu, 19 Mar 2009 21:05:40 +0100] rev 30594
eval_antiquotes: joint scanning of ML tokens and antiquotations;
wenzelm [Thu, 19 Mar 2009 21:04:53 +0100] rev 30593
added scan_antiq;
more robust scan_ml: plain scanning without cut, regular Symbol_Pos.content instead of Symbol_Pos.implode (which contains spurious Symbol.DEL is used with proper positions);
wenzelm [Thu, 19 Mar 2009 19:49:09 +0100] rev 30592
RAW: provide dummy Isar.main to make tty work gracefully (with ML toplevel);
wenzelm [Thu, 19 Mar 2009 18:20:27 +0100] rev 30591
added tokenize;
internal scan_str: ensure Symbol.is_regular, otherwise it might swallow the stopper and crash!
wenzelm [Thu, 19 Mar 2009 16:56:51 +0100] rev 30590
parameterized datatype antiquote and read operation;
wenzelm [Thu, 19 Mar 2009 15:44:14 +0100] rev 30589
Antiquote.Text: keep full position information;
wenzelm [Thu, 19 Mar 2009 15:22:53 +0100] rev 30588
OuterLex.read_antiq;
wenzelm [Thu, 19 Mar 2009 15:22:53 +0100] rev 30587
moved Isar/antiquote.ML to General/antiquote.ML, which is loaded early;
wenzelm [Thu, 19 Mar 2009 15:22:53 +0100] rev 30586
moved basic change_prompt, scan_string, scan_alt_string, scan_quoted to symbol_pos.ML;
scan_comment: recovered change_prompt;
moved read_antiq to outer_lex.ML;
wenzelm [Thu, 19 Mar 2009 13:28:55 +0100] rev 30585
use Name.of_binding for basic logical entities without name space (fixes, case names etc.);
wenzelm [Thu, 19 Mar 2009 13:26:19 +0100] rev 30584
Name.of_binding: proper full_name (with checks) before projecting base name;
wenzelm [Thu, 19 Mar 2009 11:51:49 +0100] rev 30583
merged