wenzelm [Wed, 06 Apr 2011 15:24:26 +0200] rev 42251
explicit Syntax.tokenize, Syntax.parse;
wenzelm [Wed, 06 Apr 2011 15:10:39 +0200] rev 42250
eliminated odd object-oriented type_context/term_context;
export ProofContext.intern_skolem;
wenzelm [Wed, 06 Apr 2011 14:44:40 +0200] rev 42249
simplified standard parse/unparse;
wenzelm [Wed, 06 Apr 2011 14:08:40 +0200] rev 42248
discontinued old-style Syntax.constrainC;
wenzelm [Wed, 06 Apr 2011 13:33:46 +0200] rev 42247
typed_print_translation: discontinued show_sorts argument;
wenzelm [Wed, 06 Apr 2011 13:27:59 +0200] rev 42246
misc tuning and simplification;
wenzelm [Wed, 06 Apr 2011 12:58:13 +0200] rev 42245
moved unparse material to syntax_phases.ML;
wenzelm [Wed, 06 Apr 2011 12:55:53 +0200] rev 42244
more symbol abbrevs;
wenzelm [Wed, 06 Apr 2011 10:59:43 +0200] rev 42243
renamed Standard_Syntax to Syntax_Phases;
wenzelm [Tue, 05 Apr 2011 23:14:41 +0200] rev 42242
moved decode/parse operations to standard_syntax.ML;
tuned;
wenzelm [Tue, 05 Apr 2011 18:06:45 +0200] rev 42241
separate module for standard implementation of inner syntax operations;
wenzelm [Tue, 05 Apr 2011 15:46:35 +0200] rev 42240
moved Isar/local_syntax.ML to Syntax/local_syntax.ML;
wenzelm [Tue, 05 Apr 2011 15:15:33 +0200] rev 42239
merged
blanchet [Tue, 05 Apr 2011 11:44:34 +0200] rev 42238
added "no_atp" to Cantor's paradox
blanchet [Tue, 05 Apr 2011 11:39:48 +0200] rev 42237
renamed "const_args" option value to "args"
blanchet [Tue, 05 Apr 2011 10:54:09 +0200] rev 42236
temporarily allow useless encoding of helper facts (e.g. fequal_def) instead of throwing exception
blanchet [Tue, 05 Apr 2011 10:47:37 +0200] rev 42235
updated instructions
blanchet [Tue, 05 Apr 2011 10:47:36 +0200] rev 42234
minor doc edits
blanchet [Tue, 05 Apr 2011 10:37:21 +0200] rev 42233
killed unimplemented type encoding "preds"
blanchet [Tue, 05 Apr 2011 10:37:11 +0200] rev 42232
remove debugging code
bulwahn [Tue, 05 Apr 2011 09:38:28 +0200] rev 42231
removing bounded_forall code equation for characters when loading Code_Char
bulwahn [Tue, 05 Apr 2011 09:38:23 +0200] rev 42230
deriving bounded_forall instances in quickcheck_exhaustive
bulwahn [Tue, 05 Apr 2011 08:53:52 +0200] rev 42229
generalizing ensure_sort_datatype for bounded_forall instances
blanchet [Mon, 04 Apr 2011 19:09:10 +0200] rev 42228
document "type_sys" option
blanchet [Mon, 04 Apr 2011 18:53:35 +0200] rev 42227
if "monomorphize" is enabled, mangle the type information in the names by default
wenzelm [Tue, 05 Apr 2011 15:04:55 +0200] rev 42226
use standard tables with standard argument order;
wenzelm [Tue, 05 Apr 2011 14:30:40 +0200] rev 42225
discontinued special treatment of structure Parser -- directly accessible;
wenzelm [Tue, 05 Apr 2011 14:25:18 +0200] rev 42224
discontinued special treatment of structure Ast: no pervasive content, no inclusion in structure Syntax;
wenzelm [Tue, 05 Apr 2011 13:07:40 +0200] rev 42223
more precise propagation of reports/results through some inner syntax layers;
misc reorganization;
wenzelm [Mon, 04 Apr 2011 23:52:56 +0200] rev 42222
accumulate parsetrees in canonical reverse order;