src/Pure/Isar/token.ML
Mon, 23 Oct 2023 12:52:56 +0200 wenzelm proper cut for Parse.enum1' and its derivatives (see also 769abc29bb8e);
Mon, 23 Oct 2023 12:08:38 +0200 wenzelm clarified modules;
Sun, 24 Sep 2023 15:55:42 +0200 wenzelm clarified signature;
Tue, 23 May 2023 20:11:15 +0200 wenzelm clarified output of embedded values, e.g. for 'print_locale';
Sat, 20 May 2023 22:41:37 +0200 wenzelm tuned signature;
Sat, 20 May 2023 17:18:44 +0200 wenzelm tuned signature;
Sat, 20 May 2023 16:12:37 +0200 wenzelm more robust context: fail immediately via Morphism.the_theory, instead of rarely via Thm.theory_of_thm (for non-normal thm);
Thu, 18 May 2023 23:50:59 +0200 wenzelm more careful reset/set_context for stored declarations;
Thu, 18 May 2023 17:21:29 +0200 wenzelm clarified signature: more explicit types;
Tue, 16 May 2023 17:08:31 +0200 wenzelm clarified transfer / trim_context on persistent Token.source (e.g. attribute expressions): actually set/reset implicit context;
Fri, 14 Apr 2023 20:42:17 +0200 wenzelm more operations, following Isabelle/ML conventions;
Sat, 01 Apr 2023 14:50:43 +0200 wenzelm clarified signature;
Mon, 06 Dec 2021 15:34:54 +0100 wenzelm discontinued old-style {* verbatim *} tokens;
Tue, 23 Nov 2021 16:06:09 +0100 wenzelm output for document commands like 'section', 'text' is defined in user-space, as part of the command transaction;
Thu, 21 Oct 2021 18:10:51 +0200 wenzelm clarified modules;
Wed, 20 Oct 2021 20:04:28 +0200 wenzelm clarified modules;
Wed, 20 Oct 2021 16:36:49 +0200 wenzelm clarified signature;
Tue, 28 Sep 2021 16:01:13 +0200 wenzelm outer syntax: support for control-cartouche tokens;
Mon, 23 Aug 2021 20:18:00 +0200 wenzelm minor performance tuning;
Mon, 23 Aug 2021 14:24:57 +0200 wenzelm clarified signature;
Mon, 23 Aug 2021 12:54:28 +0200 wenzelm clarified signature;
Fri, 14 May 2021 21:32:11 +0200 wenzelm reimplemented Mirabelle as Isabelle/ML presentation hook + Isabelle/Scala tool, but sledgehammer is still inactive;
Fri, 03 Apr 2020 17:35:10 +0200 wenzelm less redundant markup reports;
Sun, 10 Mar 2019 21:12:29 +0100 wenzelm document markers are formal comments, and may thus occur anywhere in the command-span;
Fri, 01 Mar 2019 16:49:41 +0100 wenzelm clarified signature;
Tue, 31 Jul 2018 21:21:20 +0200 wenzelm tuned signature;
Tue, 31 Jul 2018 21:11:24 +0200 wenzelm clarified ignored span / core range: include formal comments, e.g. relevant for error messages from antiquotations;
Sun, 27 May 2018 13:42:01 +0200 wenzelm markup for deleted fragments of token source (NB: quoted tokens transform "\123" implicitly);
Mon, 14 May 2018 22:01:00 +0200 wenzelm adjust position according to offset of command/exec id;
Sun, 18 Feb 2018 19:18:49 +0100 wenzelm clarified signature;
Thu, 25 Jan 2018 11:29:52 +0100 wenzelm clarified signature;
Thu, 25 Jan 2018 11:20:31 +0100 wenzelm tuned message;
Wed, 24 Jan 2018 20:47:36 +0100 wenzelm clarified operations;
Wed, 24 Jan 2018 20:08:33 +0100 wenzelm tuned signature: removed unused operations;
Wed, 24 Jan 2018 16:34:24 +0100 wenzelm clarified signature;
Wed, 24 Jan 2018 11:56:38 +0100 wenzelm clarified operations;
Tue, 16 Jan 2018 11:27:52 +0100 wenzelm discontinued old form of marginal comments;
Mon, 15 Jan 2018 23:03:01 +0100 wenzelm clarified markup;
Mon, 15 Jan 2018 22:46:04 +0100 wenzelm more uniform support for formal comments in outer syntax, notably \<^cancel> and \<^latex>;
Mon, 12 Jun 2017 11:32:23 +0200 wenzelm more markup for HTML rendering;
Mon, 12 Jun 2017 10:58:10 +0200 wenzelm tuned signature;
Thu, 08 Jun 2017 23:04:07 +0200 wenzelm more HTML rendering as in Isabelle/jEdit;
Fri, 10 Mar 2017 17:08:21 +0100 wenzelm avoid extra decorations for regular command keywords;
Wed, 28 Dec 2016 10:39:50 +0100 wenzelm more uniform treatment of "bad" like other messages (with serial number);
Thu, 27 Oct 2016 21:52:12 +0200 wenzelm more careful PIDE reports: avoid duplicates, notably in situation of backtracking loops;
Thu, 22 Sep 2016 11:25:27 +0200 wenzelm discontinued raw symbols;
Tue, 09 Aug 2016 19:44:28 +0200 wenzelm print name in parsable form;
Mon, 18 Apr 2016 20:24:19 +0200 wenzelm prefer internal attribute source;
Wed, 13 Apr 2016 18:01:05 +0200 wenzelm eliminated "xname" and variants;
Fri, 01 Apr 2016 17:56:14 +0200 wenzelm tuned signature;
Fri, 01 Apr 2016 17:49:03 +0200 wenzelm tuned;
Fri, 01 Apr 2016 17:37:46 +0200 wenzelm tuned signature;
Thu, 31 Mar 2016 16:23:25 +0200 wenzelm clarified modules;
Thu, 07 Jan 2016 16:10:13 +0100 wenzelm prefer non-ASCII output;
Thu, 10 Dec 2015 15:53:28 +0100 wenzelm make SML/NJ happy;
Wed, 09 Dec 2015 21:20:56 +0100 wenzelm tuned;
Wed, 09 Dec 2015 21:10:45 +0100 wenzelm tuned signature;
Wed, 09 Dec 2015 20:58:09 +0100 wenzelm tuned;
Wed, 09 Dec 2015 16:36:26 +0100 wenzelm clarified type Token.src: plain token list, with usual implicit value assignment;
Tue, 10 Nov 2015 19:03:29 +0100 wenzelm added document antiquotation @{theory_text};
Sun, 18 Oct 2015 21:30:01 +0200 wenzelm tuned signature;
Sun, 18 Oct 2015 17:24:24 +0200 wenzelm support control symbol antiquotations;
Fri, 25 Sep 2015 20:37:59 +0200 wenzelm moved remaining display.ML to more_thm.ML;
Wed, 02 Sep 2015 13:26:29 +0200 wenzelm trim context more thoroughly;
Fri, 01 May 2015 13:58:06 +0200 wenzelm modifier markup for all parsed tokens;
Thu, 09 Apr 2015 20:42:32 +0200 wenzelm clarified keyword 'qualified' in accordance to a similar keyword from Haskell (despite unrelated Binding.qualified in Isabelle/ML);
Mon, 06 Apr 2015 22:11:01 +0200 wenzelm support for 'restricted' modifier: only qualified accesses outside the local scope;
Sat, 04 Apr 2015 21:21:40 +0200 wenzelm more general notion of command span: command keyword not necessarily at start;
Thu, 02 Apr 2015 20:07:32 +0200 wenzelm tuned signature;
Thu, 02 Apr 2015 12:24:30 +0200 wenzelm operation on embedded sources for Eisbach;
Thu, 02 Apr 2015 11:28:59 +0200 wenzelm tuned -- emphasize semantics of already checked src;
Wed, 25 Mar 2015 11:39:52 +0100 wenzelm tuned signature;
Tue, 24 Mar 2015 11:53:18 +0100 wenzelm clarified input source;
Tue, 10 Mar 2015 13:55:10 +0100 wenzelm clarified Token.check_src: intern at most once;
Sat, 07 Mar 2015 15:40:36 +0100 wenzelm added declare_maxidx operations for Eisbach;
Wed, 10 Dec 2014 13:45:44 +0100 wenzelm more explicit markup for improper commands;
Wed, 10 Dec 2014 10:44:56 +0100 wenzelm tuned;
Tue, 09 Dec 2014 22:13:48 +0100 wenzelm imitate command markup and rendering of Isabelle/jEdit in HTML output;
Mon, 08 Dec 2014 22:42:12 +0100 wenzelm expand ML cartouches to Input.source;
Wed, 03 Dec 2014 20:45:20 +0100 wenzelm clarified define_command: send tokens more directly, without requiring keywords in ML;
Wed, 03 Dec 2014 14:04:38 +0100 wenzelm tuned signature;
Wed, 03 Dec 2014 11:37:51 +0100 wenzelm clarified token kind;
Sun, 30 Nov 2014 12:24:56 +0100 wenzelm more abstract type Input.source;
Tue, 11 Nov 2014 18:16:25 +0100 wenzelm more position information, e.g. relevant for errors in generated ML source;
Wed, 05 Nov 2014 20:49:30 +0100 wenzelm eliminated pointless dynamic keywords (TTY legacy);
Wed, 05 Nov 2014 20:20:57 +0100 wenzelm explicit type Keyword.keywords;
Sat, 01 Nov 2014 19:47:48 +0100 wenzelm tuned signature (see ab2483fad861);
Sat, 01 Nov 2014 19:33:51 +0100 wenzelm recover via scanner;
Sat, 01 Nov 2014 18:46:48 +0100 wenzelm simplified -- scanning is never interactive;
Sat, 01 Nov 2014 15:01:41 +0100 wenzelm command-line terminator ";" is no longer accepted;
Fri, 31 Oct 2014 22:09:18 +0100 wenzelm removed pointless markup;
Fri, 31 Oct 2014 22:02:49 +0100 wenzelm discontinued obsolete \<^sync> marker;
Fri, 31 Oct 2014 21:10:11 +0100 wenzelm discontinued obsolete tty and prompt;
Mon, 25 Aug 2014 12:58:20 +0200 wenzelm tuned signature;
Thu, 21 Aug 2014 10:07:06 +0200 wenzelm tuned;
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);
Tue, 18 Mar 2014 12:25:17 +0100 wenzelm more markup for improper elements;
Wed, 12 Mar 2014 16:43:17 +0100 wenzelm clarified Markup.operator vs. Markup.delimiter;
Wed, 12 Mar 2014 16:11:47 +0100 wenzelm more explicit markup for Token.Literal;
Wed, 05 Mar 2014 16:13:24 +0100 wenzelm more explicit quasi_keyword markup, for Args.$$$ material, which is somewhere in between of outer and inner syntax;
Wed, 05 Mar 2014 15:24:06 +0100 wenzelm more thorough (potentially duplicate) markup, e.g. relevant for embedded Args syntax within antiquotations;
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;
Thu, 27 Feb 2014 17:29:58 +0100 wenzelm store blobs / inlined files as separate text lines: smaller values are more healthy for the Poly/ML RTS and allow implicit sharing;
Tue, 25 Feb 2014 21:32:26 +0100 wenzelm back to Markup.command for actual tokens (amending 4a4e5686e091) -- avoid conflict of jEdit token marker with Rendering.text_colors;
Tue, 25 Feb 2014 17:23:20 +0100 wenzelm tuned message -- more markup;
Tue, 25 Feb 2014 17:03:55 +0100 wenzelm clarified token markup: keyword1/keyword2 is for syntax, and "command" the entity kind;
Mon, 24 Feb 2014 10:48:34 +0100 wenzelm clarified Token.range_of in accordance to Symbol_Pos.range;
Mon, 24 Feb 2014 10:17:29 +0100 wenzelm tuned signature;
Wed, 22 Jan 2014 16:03:11 +0100 wenzelm tuned signature;
Mon, 20 Jan 2014 20:38:51 +0100 wenzelm tuned signature;
Mon, 20 Jan 2014 20:24:44 +0100 wenzelm tuned error messages, more accurate position;
Mon, 20 Jan 2014 20:04:52 +0100 wenzelm tuned -- more direct err_prefix;
Mon, 20 Jan 2014 19:47:31 +0100 wenzelm clarified scan_cartouche_depth, according to Scala version;
Mon, 20 Jan 2014 16:56:18 +0100 wenzelm tuned errors;
less more (0) -120 tip