wenzelm [Sun, 27 Dec 2009 21:34:23 +0100] rev 34188
scan: operate on file (via Scan.byte_reader), more robust exception handling;
wenzelm [Sun, 27 Dec 2009 21:33:35 +0100] rev 34187
added byte_reader, which works without decoding and enables efficient length operation (for scala.util.parsing.input.Reader);
wenzelm [Sun, 27 Dec 2009 21:30:54 +0100] rev 34186
removed unused read_file;
paulson [Thu, 24 Dec 2009 17:30:55 +0000] rev 34185
tidied proofs
haftmann [Thu, 24 Dec 2009 11:05:58 +0100] rev 34184
made sml/nj happy
boehmes [Wed, 23 Dec 2009 17:37:42 +0100] rev 34183
updated certificates
boehmes [Wed, 23 Dec 2009 17:36:26 +0100] rev 34182
updated example
boehmes [Wed, 23 Dec 2009 17:35:56 +0100] rev 34181
merged verification condition structure and term representation in one datatype,
extended the set of operations on verification conditions (retrieve more information, advanced splitting of paths),
simplified discharging of verification conditions (due to improved datatype),
added variantions of commands (extract different parts of verification conditions, scan until first "hard" assertion)
haftmann [Wed, 23 Dec 2009 11:33:01 +0100] rev 34180
merged
haftmann [Wed, 23 Dec 2009 11:32:40 +0100] rev 34179
updated generated document sources
haftmann [Wed, 23 Dec 2009 11:32:08 +0100] rev 34178
take care for destructive print mode properly using dedicated pretty builders
wenzelm [Wed, 23 Dec 2009 10:41:13 +0100] rev 34177
merged
haftmann [Wed, 23 Dec 2009 10:09:06 +0100] rev 34176
made sml/nj happy
haftmann [Wed, 23 Dec 2009 08:31:33 +0100] rev 34175
merged
haftmann [Wed, 23 Dec 2009 08:31:15 +0100] rev 34174
dropped junk
haftmann [Wed, 23 Dec 2009 08:31:15 +0100] rev 34173
reduced code generator cache to the baremost minimum
haftmann [Wed, 23 Dec 2009 08:31:14 +0100] rev 34172
updated documentation
haftmann [Wed, 23 Dec 2009 08:31:14 +0100] rev 34171
updated generated examples
haftmann [Wed, 23 Dec 2009 08:31:14 +0100] rev 34170
reduced code generator cache to the baremost minimum; corrected spelling
wenzelm [Tue, 22 Dec 2009 21:48:17 +0100] rev 34169
basic setup for header scanning/parsing;
wenzelm [Tue, 22 Dec 2009 21:47:27 +0100] rev 34168
clarified atom parser: return content;
added tags parser;
wenzelm [Tue, 22 Dec 2009 21:46:41 +0100] rev 34167
tuned;
wenzelm [Tue, 22 Dec 2009 19:38:06 +0100] rev 34166
renamed class Outer_Keyword to Outer_Syntax;
renamed tokenize to scan (cf. ML version);
wenzelm [Tue, 22 Dec 2009 18:36:01 +0100] rev 34165
Isabelle session manager -- most basic setup;
wenzelm [Tue, 22 Dec 2009 17:59:59 +0100] rev 34164
actually closer file reader;
wenzelm [Tue, 22 Dec 2009 17:25:41 +0100] rev 34163
tuned;
wenzelm [Tue, 22 Dec 2009 17:13:43 +0100] rev 34162
added plain read_file;
wenzelm [Tue, 22 Dec 2009 17:13:18 +0100] rev 34161
consider proper input only;
added wrappers;
wenzelm [Tue, 22 Dec 2009 15:31:02 +0100] rev 34160
added completion -- lazy avoids excessive table building;
tuned signature;
wenzelm [Tue, 22 Dec 2009 15:00:43 +0100] rev 34159
Generic parsers for Isabelle/Isar outer syntax -- Scala version.
wenzelm [Tue, 22 Dec 2009 15:00:03 +0100] rev 34158
class Outer_Keyword wraps symbol interpretation, lexicon, keyword table;
wenzelm [Tue, 22 Dec 2009 14:58:13 +0100] rev 34157
explicit representation of Token_Kind -- cannot really depend on runtime types due to erasure;
added Token_Reader;
tuned;