src/Pure/Isar/args.ML
Wed, 25 Mar 2015 11:39:52 +0100 wenzelm tuned signature;
Tue, 10 Mar 2015 13:55:10 +0100 wenzelm clarified Token.check_src: intern at most once;
Sun, 08 Mar 2015 13:45:11 +0100 wenzelm cartouche_declaration for Eisbach;
Sun, 30 Nov 2014 12:24:56 +0100 wenzelm more abstract type Input.source;
Wed, 20 Aug 2014 17:23:47 +0200 wenzelm support for declaration within token source;
Wed, 20 Aug 2014 11:05:41 +0200 wenzelm support for nested Token.src within Token.T;
Tue, 19 Aug 2014 23:17:51 +0200 wenzelm tuned signature -- moved type src to Token, without aliases;
Fri, 15 Aug 2014 18:02:34 +0200 wenzelm more informative Token.Name with history of morphisms;
Thu, 14 Aug 2014 16:20:14 +0200 wenzelm more informative Token.Fact: retain name of dynamic fact (without selection);
Wed, 09 Apr 2014 20:58:32 +0200 wenzelm proper Args.name vs. Args.text as documented (in contrast to adhoc union in 75aaee32893d, which had to cope with more limited Args.T);
Wed, 09 Apr 2014 17:54:09 +0200 wenzelm allow text cartouches in regular outer syntax categories "text" and "altstring";
Mon, 31 Mar 2014 10:28:08 +0200 wenzelm support bulk messages consisting of small string segments, which are more healthy to the Poly/ML RTS and might prevent spurious GC crashes such as MTGCProcessMarkPointers::ScanAddressesInObject;
Tue, 18 Mar 2014 12:25:17 +0100 wenzelm more markup for improper elements;
Tue, 18 Mar 2014 11:27:09 +0100 wenzelm tuned signature;
Tue, 18 Mar 2014 11:13:38 +0100 wenzelm unused;
Wed, 12 Mar 2014 16:11:47 +0100 wenzelm more explicit markup for Token.Literal;
Mon, 10 Mar 2014 22:14:53 +0100 wenzelm tuned messages -- in accordance to Isabelle/Scala;
Mon, 10 Mar 2014 22:08:51 +0100 wenzelm tuned;
Mon, 10 Mar 2014 21:40:39 +0100 wenzelm proper Args.syntax for slightly odd bundle trickery;
Mon, 10 Mar 2014 20:27:08 +0100 wenzelm more markup;
Mon, 10 Mar 2014 18:06:23 +0100 wenzelm clarified Args.check_src: retain name space information for error output;
Mon, 10 Mar 2014 16:30:07 +0100 wenzelm clarified Args.src: more abstract type, position refers to name only;
Mon, 10 Mar 2014 15:30:29 +0100 wenzelm tuned signature;
Mon, 10 Mar 2014 15:20:41 +0100 wenzelm prefer Name_Space.pretty with its builtin markup;
Sun, 09 Mar 2014 16:37:56 +0100 wenzelm tuned signature;
Sat, 08 Mar 2014 21:08:10 +0100 wenzelm modernized Attrib.check_name/check_src similar to methods (see also a989bdaf8121);
Thu, 06 Mar 2014 16:12:26 +0100 wenzelm reject internal term names outright, and complete consts instead;
Thu, 06 Mar 2014 14:38:54 +0100 wenzelm eliminated odd type constraint for read_const (see also 79c1d2bbe5a9);
Thu, 06 Mar 2014 13:44:01 +0100 wenzelm more uniform check_const/read_const;
Thu, 06 Mar 2014 12:10:19 +0100 wenzelm tuned signature -- more uniform check_type_name/read_type_name;
Wed, 05 Mar 2014 14:19:54 +0100 wenzelm suppress short abbreviations more uniformly, for outer and quasi-outer syntax;
Wed, 05 Mar 2014 13:11:08 +0100 wenzelm clarified init_assignable: make double-sure that initial values are reset;
Sat, 01 Mar 2014 22:46:31 +0100 wenzelm clarified language markup: added "delimited" property;
Tue, 25 Feb 2014 17:23:20 +0100 wenzelm tuned message -- more markup;
Mon, 24 Feb 2014 10:17:29 +0100 wenzelm tuned signature;
Sun, 23 Feb 2014 21:53:01 +0100 wenzelm tuned message;
Mon, 27 Jan 2014 12:10:00 +0100 wenzelm tuned signature;
Wed, 22 Jan 2014 16:03:11 +0100 wenzelm tuned signature;
Sun, 19 Jan 2014 20:52:57 +0100 wenzelm cartouche within nested args (attributes, methods, etc.);
Sat, 18 Jan 2014 19:15:12 +0100 wenzelm support for nested text cartouches;
Fri, 23 Aug 2013 17:01:12 +0200 wenzelm tuned signature;
Tue, 20 Aug 2013 23:20:30 +0200 wenzelm more careful parsing of nested argument tokens -- avoid Parse.RESET_VALUE on still uninterpreted material;
Tue, 20 Aug 2013 21:17:39 +0200 wenzelm proper exhaustive match (cf. e9beabf045ab);
Wed, 29 Aug 2012 11:48:45 +0200 wenzelm renamed Position.str_of to Position.here;
Fri, 28 Oct 2011 17:15:52 +0200 wenzelm tuned signature -- refined terminology;
Sun, 21 Aug 2011 20:42:26 +0200 wenzelm tuned Parse.group: delayed failure message;
Sat, 23 Apr 2011 13:53:09 +0200 wenzelm proper binding/report of defined simprocs;
Sat, 16 Apr 2011 15:47:52 +0200 wenzelm modernized structure Proof_Context;
Sat, 30 Oct 2010 16:33:58 +0200 wenzelm support for real valued configuration options;
Mon, 17 May 2010 15:11:25 +0200 wenzelm renamed structure OuterLex to Token and type token to Token.T, keeping legacy aliases for some time;
Sat, 15 May 2010 23:16:32 +0200 wenzelm refer directly to structure Keyword and Parse;
Thu, 29 Apr 2010 16:55:22 +0200 wenzelm ProofContext.read_const: allow for type constraint (for fixed variable);
Sat, 13 Mar 2010 20:44:12 +0100 wenzelm removed unused Args.maxidx_values and Element.generalize_facts;
Sat, 06 Mar 2010 15:39:16 +0100 wenzelm eliminated Args.bang_facts (legacy feature);
Sat, 27 Feb 2010 20:51:51 +0100 wenzelm clarified ProofContext.read_const(_proper)/Args.const(_proper) wrt. strict logical consts;
Thu, 25 Feb 2010 22:06:43 +0100 wenzelm clarified ProofContext.read_type_name/Args.type_name wrt strict logical constructors;
Sat, 06 Feb 2010 20:57:07 +0100 wenzelm fixed spelling;
Tue, 10 Nov 2009 14:38:39 +0100 wenzelm bang_facts: legacy feature;
Wed, 30 Sep 2009 22:20:58 +0200 wenzelm eliminated redundant bindings;
Tue, 21 Jul 2009 01:03:18 +0200 wenzelm proper context for Display.pretty_thm etc. or old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.;
less more (0) -100 -60 tip