wenzelm [Sun, 30 May 2010 23:40:24 +0200] rev 37200
added HTML.encode (in Scala), similar to HTML.output in ML;
wenzelm [Sun, 30 May 2010 21:59:15 +0200] rev 37199
one extra space to accomodate symbolic indentifiers etc.;
wenzelm [Sun, 30 May 2010 21:34:19 +0200] rev 37198
replaced ML_Lex.read_antiq by more concise ML_Lex.read, which includes full read/report with explicit position information;
ML_Context.eval/expression expect explicit ML_Lex source, which allows surrounding further text without loosing position information;
fall back on ML_Context.eval_text if there is no position or no surrounding text;
proper Args.name_source_position for method "tactic" and "raw_tactic";
tuned;
wenzelm [Sun, 30 May 2010 18:23:50 +0200] rev 37197
more detailed token markup, including command kind as sub_kind;
type-safe access to Command.HighlightInfo;
wenzelm [Sun, 30 May 2010 16:54:40 +0200] rev 37196
tuned;
wenzelm [Sun, 30 May 2010 16:00:13 +0200] rev 37195
separate markup for ML delimiters;
wenzelm [Sun, 30 May 2010 15:27:49 +0200] rev 37194
less pschedelic token markup;