wenzelm [Thu, 07 Aug 2008 21:13:01 +0200] rev 27784
tuned;
wenzelm [Thu, 07 Aug 2008 21:07:57 +0200] rev 27783
map_default: more explicit scope;
wenzelm [Thu, 07 Aug 2008 21:07:55 +0200] rev 27782
datatype lexicon: alternative representation using nested Symtab.table;
wenzelm [Thu, 07 Aug 2008 19:21:43 +0200] rev 27781
simplified Antiquote signature;
wenzelm [Thu, 07 Aug 2008 19:21:42 +0200] rev 27780
more precise positions due to SymbolsPos.implode_delim;
added source' for SymbolPos.T;
wenzelm [Thu, 07 Aug 2008 19:21:41 +0200] rev 27779
simplified Antiq: regular SymbolPos.text with position;
renamed read_arguments to read_antiq;
tuned;
wenzelm [Thu, 07 Aug 2008 19:21:40 +0200] rev 27778
renamed SymbolPos.scan_position to SymbolPos.scan_pos;
implode/explode: explicit type text = string;
added implode_delim;
explode: Position.reset_range;
wenzelm [Thu, 07 Aug 2008 19:21:39 +0200] rev 27777
only increment column if valid;
more robust handling of invalid entries;
clarified line/line_file: no column here;
added start = (1, 1);
added reset_range;
tuned;
wenzelm [Thu, 07 Aug 2008 19:21:38 +0200] rev 27776
install_pp Position.T;
wenzelm [Thu, 07 Aug 2008 19:21:37 +0200] rev 27775
Position.start;
wenzelm [Thu, 07 Aug 2008 13:45:15 +0200] rev 27774
SymbolPos.explode;
wenzelm [Thu, 07 Aug 2008 13:45:13 +0200] rev 27773
improved position handling due to SymbolPos.T;
wenzelm [Thu, 07 Aug 2008 13:45:11 +0200] rev 27772
improved position handling due to SymbolPos.T;
SymbolPos.scan_comment;
tuned;
wenzelm [Thu, 07 Aug 2008 13:45:09 +0200] rev 27771
Antiquote.read/read_arguments;
wenzelm [Thu, 07 Aug 2008 13:45:07 +0200] rev 27770
updated type of nested sources;
wenzelm [Thu, 07 Aug 2008 13:45:05 +0200] rev 27769
improved position handling due to SymbolPos.T;
SymbolPos.scan_comment_body;
tuned;
wenzelm [Thu, 07 Aug 2008 13:45:03 +0200] rev 27768
adapted Scan.extend_lexicon/merge_lexicons;
wenzelm [Thu, 07 Aug 2008 13:44:56 +0200] rev 27767
renamed scan_antiquotes to read;
renamed scan_arguments to read_arguments;
improved position handling due to SymbolPos.T;
tuned;
wenzelm [Thu, 07 Aug 2008 13:44:52 +0200] rev 27766
export not_eof;
wenzelm [Thu, 07 Aug 2008 13:44:47 +0200] rev 27765
reorganized lexicon: allow scanning of annotated symbols, tuned representation and interfaces;
wenzelm [Thu, 07 Aug 2008 13:44:42 +0200] rev 27764
advance: single argument (again);
added range;
tuned;
wenzelm [Thu, 07 Aug 2008 13:44:36 +0200] rev 27763
Symbols with explicit position information.
wenzelm [Thu, 07 Aug 2008 13:44:33 +0200] rev 27762
added General/symbol_pos.ML;
ballarin [Wed, 06 Aug 2008 16:41:40 +0200] rev 27761
Interpretation command (theory/proof context) no longer simplifies goal.
nipkow [Wed, 06 Aug 2008 13:57:25 +0200] rev 27760
added lemma
wenzelm [Wed, 06 Aug 2008 10:43:42 +0200] rev 27759
made SML/NJ happy;
berghofe [Wed, 06 Aug 2008 00:58:27 +0200] rev 27758
Reverted last change, since it caused incompatibilities.
wenzelm [Wed, 06 Aug 2008 00:12:31 +0200] rev 27757
fall back on P.term_group, to avoid problems with inner_syntax markup (due to CodeName.read_const_exprs);