src/Pure/Isar/token.scala
Fri, 20 Jan 2023 21:08:18 +0100 wenzelm proper positions for Isabelle/ML, instead of Isabelle/Scala;
Fri, 08 Apr 2022 16:26:48 +0200 wenzelm tuned --- fewer warnings in scala3;
Fri, 01 Apr 2022 17:06:10 +0200 wenzelm clarified formatting, for the sake of scala3;
Fri, 01 Apr 2022 11:18:03 +0200 wenzelm updated to scala-parser-combinators 2.1.0, which also fits to scala-3.0.2;
Mon, 06 Dec 2021 15:34:54 +0100 wenzelm discontinued old-style {* verbatim *} tokens;
Tue, 28 Sep 2021 16:01:13 +0200 wenzelm outer syntax: support for control-cartouche tokens;
Fri, 27 Nov 2020 16:40:31 +0100 wenzelm unused (see 7634d33c1a79);
Fri, 20 Nov 2020 23:47:34 +0100 wenzelm generate theory HTML in Isabelle/Scala;
Fri, 27 Mar 2020 22:01:27 +0100 wenzelm misc tuning based on hints by IntelliJ IDEA;
Sun, 10 Mar 2019 21:12:29 +0100 wenzelm document markers are formal comments, and may thus occur anywhere in the command-span;
Sun, 06 Jan 2019 12:42:26 +0100 wenzelm support for isabelle update -u path_cartouches;
Sun, 30 Dec 2018 16:56:31 +0100 wenzelm exclude file name components that are special on Windows;
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;
Sat, 17 Mar 2018 20:32:39 +0100 wenzelm more position information;
Tue, 16 Jan 2018 11:27:52 +0100 wenzelm discontinued old form of marginal comments;
Tue, 16 Jan 2018 09:08:06 +0100 wenzelm tuned signature;
Mon, 15 Jan 2018 22:46:04 +0100 wenzelm more uniform support for formal comments in outer syntax, notably \<^cancel> and \<^latex>;
Sun, 14 Jan 2018 19:45:48 +0100 wenzelm clarified Token.is_text (cf. Parse.text in ML);
Mon, 04 Dec 2017 22:56:46 +0100 wenzelm added action to make antiquoted cartouche;
Wed, 25 Oct 2017 11:40:58 +0200 wenzelm disallow blanks, relevant for session_name / theory_name e.g. in build log files;
Wed, 25 Oct 2017 11:35:48 +0200 wenzelm uniform system name;
Thu, 20 Apr 2017 14:59:57 +0200 wenzelm more operations;
Mon, 20 Mar 2017 20:43:26 +0100 wenzelm support to encode/decode command state;
Sat, 07 Jan 2017 20:01:05 +0100 wenzelm tuned signature;
Sat, 31 Dec 2016 21:00:43 +0100 wenzelm more precise markup;
Mon, 26 Dec 2016 13:21:08 +0100 wenzelm clarified header text;
Mon, 07 Nov 2016 19:09:10 +0100 wenzelm more uniform path syntax, as in ML (see 5a7c919a4ada);
Wed, 13 Jul 2016 19:04:49 +0200 wenzelm clarified indentation: 'begin' is treated like a separate command without indent;
Mon, 11 Jul 2016 20:37:28 +0200 wenzelm indentation of brackets;
Mon, 11 Jul 2016 18:18:24 +0200 wenzelm tunes signature;
Mon, 11 Jul 2016 16:36:29 +0200 wenzelm explicit kind "before_command";
Thu, 07 Jul 2016 21:34:56 +0200 wenzelm clarified signature;
Wed, 13 Apr 2016 18:01:05 +0200 wenzelm eliminated "xname" and variants;
Fri, 08 Jan 2016 17:17:43 +0100 wenzelm tuned;
Wed, 08 Jul 2015 12:09:44 +0200 wenzelm tuned;
Sun, 03 May 2015 00:01:10 +0200 wenzelm misc tuning, based on warnings by IntelliJ IDEA;
Sat, 18 Apr 2015 23:43:30 +0200 wenzelm clarified keywords for quasi-command spans and Sidekick structure;
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;
Tue, 17 Mar 2015 15:21:41 +0100 wenzelm misc tuning and simplification;
Mon, 16 Mar 2015 13:32:31 +0100 wenzelm avoid duplicate header errors, more precise positions;
Sun, 15 Mar 2015 21:57:10 +0100 wenzelm proper command id for inlined errors, which is important for Command.State.accumulate;
Sun, 15 Mar 2015 20:35:47 +0100 wenzelm clarified span position;
Sun, 15 Mar 2015 14:46:01 +0100 wenzelm more command categories, as in ML;
Sat, 14 Mar 2015 20:08:03 +0100 wenzelm tuned signature;
Sat, 14 Mar 2015 19:51:36 +0100 wenzelm clarified positions of theory imports;
Tue, 10 Mar 2015 20:12:30 +0100 wenzelm more precise position information in Isabelle/Scala, with YXML markup as in Isabelle/ML;
Tue, 09 Dec 2014 21:14:11 +0100 wenzelm tuned signature;
Wed, 03 Dec 2014 14:04:38 +0100 wenzelm tuned signature;
Wed, 03 Dec 2014 11:37:51 +0100 wenzelm clarified token kind;
Wed, 05 Nov 2014 16:57:12 +0100 wenzelm explicit type Keyword.Keywords;
Wed, 05 Nov 2014 15:32:11 +0100 wenzelm clarified minor/major lexicon (like ML version);
Sat, 01 Nov 2014 15:01:41 +0100 wenzelm command-line terminator ";" is no longer accepted;
Tue, 21 Oct 2014 20:44:17 +0200 wenzelm tuned;
Tue, 21 Oct 2014 20:18:37 +0200 wenzelm proper token kind;
Tue, 20 May 2014 14:25:28 +0200 wenzelm explicit treatment of unfinished cartouches, which is important for Thy_Syntax.consolidate_spans;
Mon, 19 May 2014 14:48:50 +0200 wenzelm clarified is_text in accordance to ML version (7e0178c84994), e.g. relevant for 'header' syntax in PIDE front-end;
Fri, 11 Apr 2014 09:36:38 +0200 wenzelm tuned message, to accommodate extra brackets produced by Scala parsers;
less more (0) -60 tip