src/Pure/Syntax/lexicon.ML
Mon, 13 Aug 2007 18:10:22 +0200 wenzelm Lexicon.tokenize: do not appen EndToken yet;
Thu, 12 Jul 2007 00:15:41 +0200 wenzelm sys_error;
Wed, 11 Jul 2007 17:47:45 +0200 wenzelm Symbol.not_eof/sync is superceded by Symbol.is_regular (rules out further control symbols);
Sat, 14 Apr 2007 17:36:18 +0200 wenzelm removed redundant string_of_vname (see term.ML);
Tue, 03 Apr 2007 19:24:21 +0200 wenzelm avoid overloaded integer constants (accomodate Alice);
Fri, 15 Dec 2006 00:08:06 +0100 wenzelm avoid conflict with Alice keywords: renamed pack -> implode, unpack -> explode, any -> many, avoided assert;
Tue, 12 Dec 2006 00:25:09 +0100 wenzelm read_xnum: return leading_zeros, radix;
Mon, 11 Dec 2006 21:41:03 +0100 wenzelm xstr: disallow backslashes;
Thu, 21 Sep 2006 19:04:20 +0200 wenzelm member (op =);
Wed, 02 Aug 2006 22:27:07 +0200 wenzelm renamed Syntax.indexname to Syntax.read_indexname;
Wed, 19 Jul 2006 12:12:08 +0200 wenzelm export is_tid;
Tue, 11 Jul 2006 14:21:08 +0200 wenzelm uniform treatment of num/xnum;
Tue, 11 Jul 2006 12:22:58 +0200 wenzelm tuned;
Tue, 11 Jul 2006 00:43:54 +0200 kleing hex and binary numerals (contributed by Rafal Kolanski)
Sat, 17 Jun 2006 19:38:00 +0200 wenzelm moved internal/skolem to term.ML;
Thu, 27 Apr 2006 15:06:35 +0200 wenzelm tuned basic list operators (flat, maps, map_filter);
Tue, 21 Mar 2006 12:18:15 +0100 wenzelm avoid polymorphic equality;
Fri, 10 Feb 2006 02:22:50 +0100 wenzelm added fixedN, constN;
Thu, 08 Dec 2005 20:16:10 +0100 wenzelm removed Syntax.deskolem;
Wed, 16 Nov 2005 17:45:35 +0100 wenzelm added deskolem;
Tue, 31 May 2005 11:53:41 +0200 wenzelm moved is_ident to General/symbol.ML;
Tue, 17 May 2005 18:10:44 +0200 wenzelm added read_variable: optional question mark on input;
Mon, 16 May 2005 10:29:15 +0200 paulson Use of IntInf.int instead of int in most numeric simprocs; avoids
Thu, 03 Mar 2005 12:43:01 +0100 skalberg Move towards standard functions.
Sun, 13 Feb 2005 17:15:14 +0100 skalberg Deleted Library.option type.
Tue, 18 Jan 2005 14:36:04 +0100 berghofe indexname function now parses type variables as well; changed input
Mon, 21 Jun 2004 10:25:57 +0200 kleing Merged in license change from Isabelle2004
Sat, 29 May 2004 15:06:42 +0200 wenzelm Library.read_int; Output.output;
Fri, 21 May 2004 21:22:10 +0200 wenzelm string_of_vname moved to term.ML;
Tue, 11 May 2004 14:00:02 +0200 berghofe Eta-expanded function scan_comment to make SmlNJ happy.
Mon, 10 May 2004 19:26:58 +0200 wenzelm support nested comments;
Mon, 26 Apr 2004 15:00:20 +0200 wenzelm added is_ascii_identifier;
Fri, 07 Feb 2003 15:36:12 +0100 nipkow Added (* ... *) comments in formulae.
Wed, 16 Jan 2002 23:19:34 +0100 wenzelm GPLed;
Fri, 05 Oct 2001 21:48:04 +0200 wenzelm added "num" token;
Thu, 13 Jul 2000 23:19:40 +0200 wenzelm added read_xnum;
Thu, 13 Jul 2000 11:36:29 +0200 wenzelm added internal, dest_internal;
Thu, 07 Oct 1999 14:32:32 +0200 wenzelm read_idents;
Sat, 04 Sep 1999 21:04:07 +0200 wenzelm removed binding;
Sat, 10 Jul 1999 21:40:14 +0200 wenzelm more specific exn;
Mon, 16 Nov 1998 10:40:23 +0100 wenzelm tuned usage of read;
Sat, 14 Nov 1998 13:23:49 +0100 wenzelm added read_nat;
Mon, 21 Sep 1998 10:43:54 +0200 paulson Unary minus is now #- and not #~
Mon, 10 Aug 1998 17:01:02 +0200 wenzelm dest_binding, dest_skolem;
Thu, 06 Aug 1998 10:28:44 +0200 wenzelm binding / skolem vars;
Thu, 02 Jul 1998 17:26:47 +0200 wenzelm Symbol.beginning;
Mon, 18 May 1998 17:57:47 +0200 wenzelm Symbol.stopper;
Wed, 13 May 1998 12:21:45 +0200 wenzelm adapted to new Scan.fail_with / Scan.!!;
Thu, 07 May 1998 18:05:46 +0200 wenzelm added scan_tvar;
Mon, 09 Mar 1998 16:12:39 +0100 wenzelm adapted to symbols, scan;
Fri, 30 Jan 1998 11:31:21 +0100 wenzelm added read_var;
Thu, 20 Nov 1997 12:48:00 +0100 wenzelm added implode_xstr: string list -> string, explode_xstr: string -> string list;
Fri, 10 Oct 1997 15:46:50 +0200 wenzelm added longid;
Thu, 06 Feb 1997 17:25:17 +0100 wenzelm added string_of_vname' (treats neg. index as free);
Tue, 10 Dec 1996 12:55:37 +0100 wenzelm tokenize: no gets exploded char list;
Fri, 16 Feb 1996 14:17:34 +0100 paulson Elimination of fully-functorial style.
Tue, 06 Jun 1995 10:33:32 +0200 lcp Now string_of_vname checks for the empty variable name,
Fri, 19 Aug 1994 15:35:38 +0200 wenzelm replaced id, var, tid, tvar by idT, varT, tidT, tvarT;
Wed, 18 May 1994 15:24:39 +0200 wenzelm extended signature SCANNER by some basic scanners and type lexicon;
Fri, 22 Apr 1994 12:43:53 +0200 clasohm changed the way a grammar is generated to allow the new parser to work;
less more (0) -60 tip