wenzelm [Sat, 23 Aug 2008 17:22:53 +0200] rev 27952
tuned;
wenzelm [Sat, 23 Aug 2008 17:22:52 +0200] rev 27951
Isabelle outer syntax.
wenzelm [Sat, 23 Aug 2008 17:22:51 +0200] rev 27950
added Tools/isabelle_process.scala, Tools/isabelle_syntax.scala;
scalac -deprecation;
wenzelm [Sat, 23 Aug 2008 17:22:51 +0200] rev 27949
Isabelle process management -- always reactive due to multi-threaded I/O.
wenzelm [Sat, 23 Aug 2008 11:48:52 +0200] rev 27948
renamed DOM to document, add xml version and optional stylesheets;
wenzelm [Fri, 22 Aug 2008 21:25:19 +0200] rev 27947
tuned comments;
added document object model (DOM);
wenzelm [Thu, 21 Aug 2008 22:06:17 +0200] rev 27946
parse_attrib: proper index of name end!
wenzelm [Thu, 21 Aug 2008 21:42:16 +0200] rev 27945
tuned parse performance: avoid splitting terminal Y chunk;
wenzelm [Thu, 21 Aug 2008 21:27:07 +0200] rev 27944
parse_attrib: more efficient due to indexOf('=');
wenzelm [Thu, 21 Aug 2008 20:53:31 +0200] rev 27943
replaced Pattern.split by chunks iterator (more efficient, resembles ML version more closely);
wenzelm [Thu, 21 Aug 2008 20:51:41 +0200] rev 27942
tuned comment;
wenzelm [Thu, 21 Aug 2008 19:19:31 +0200] rev 27941
added iterator over content;
wenzelm [Thu, 21 Aug 2008 17:42:59 +0200] rev 27940
proper ISABELLE_ROOT_JVM on Cygwin;
wenzelm [Thu, 21 Aug 2008 16:02:54 +0200] rev 27939
pattern: proper "." not "[.]"!
tuned;
wenzelm [Thu, 21 Aug 2008 15:27:28 +0200] rev 27938
recode: proper result for unmatched symbols;
wenzelm [Thu, 21 Aug 2008 15:20:00 +0200] rev 27937
more robust pattern: look at longer matches first, added catch-all case;
more private fields;
reworked Recoder: more direct char/string operations, avoids inefficiency of large alternatives (java.util.regex does not optimize regexps);
wenzelm [Thu, 21 Aug 2008 13:05:37 +0200] rev 27936
added get_setting;
removed obsolete ISABELLE_HOME, ISABELLE_HOME_USER;
added platform_path, which expands variables and performs basic cygwin conversion;
wenzelm [Thu, 21 Aug 2008 13:05:31 +0200] rev 27935
read_symbols: proper IsabelleSystem.platform_path;
wenzelm [Thu, 21 Aug 2008 13:05:28 +0200] rev 27934
added ISABELLE_ROOT_JVM;
removed obsolete ISABELLE_HOME_JVM, ISABELLE_HOME_USER_JVM;
ballarin [Mon, 18 Aug 2008 17:57:06 +0200] rev 27933
Theorem on polynomial division and lemmas.
wenzelm [Sun, 17 Aug 2008 21:11:24 +0200] rev 27932
removed parse_element -- no longer fits to liberal parse!
wenzelm [Sun, 17 Aug 2008 21:11:08 +0200] rev 27931
Minimalistic XML tree values.
wenzelm [Sun, 17 Aug 2008 21:11:06 +0200] rev 27930
Efficient text representation of XML trees.
wenzelm [Sun, 17 Aug 2008 21:11:04 +0200] rev 27929
added General/xml.scala, General/yxml.scala;
wenzelm [Sun, 17 Aug 2008 16:45:19 +0200] rev 27928
decode escaped symbols as well;
tuned;
wenzelm [Sat, 16 Aug 2008 23:51:09 +0200] rev 27927
tuned Recoder;
wenzelm [Sat, 16 Aug 2008 23:29:02 +0200] rev 27926
more private fields;
wenzelm [Sat, 16 Aug 2008 23:28:38 +0200] rev 27925
jar: invoke scaladoc;
wenzelm [Sat, 16 Aug 2008 23:12:23 +0200] rev 27924
tuned comments;
simplified symbol pattern presentation: no need to keep source strings, canonical ofString does the job;
auxiliary class Recoder;
proper implementation of Interpretation.decode/encode;
wenzelm [Sat, 16 Aug 2008 21:23:03 +0200] rev 27923
use scala.collection.jcl.HashMap, which seems to be more efficient;
char_pattern: proper matching of surrogate unicode characters, those outside the Basic Multilingual Plane;
class Interpretation: misc reorganization, more serious preparation of patterns and tables;