Wed, 18 Aug 2010 16:03:27 +0200resuming after ME/ctree.sml isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Wed, 18 Aug 2010 16:03:27 +0200] rev 37927
resuming after ME/ctree.sml

Wed, 18 Aug 2010 13:55:23 +0200replaced None-->NONE, Some-->SOME over all files isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Wed, 18 Aug 2010 13:55:23 +0200] rev 37926
replaced None-->NONE, Some-->SOME over all files

Wed, 18 Aug 2010 13:53:15 +0200finished ME/ctree.sml isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Wed, 18 Aug 2010 13:53:15 +0200] rev 37925
finished ME/ctree.sml

Wed, 18 Aug 2010 13:40:09 +0200established thy-ctxt strategy (1..2) for ME/mstools.sml isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Wed, 18 Aug 2010 13:40:09 +0200] rev 37924
established thy-ctxt strategy (1..2) for ME/mstools.sml

strategy in 2 steps:
(1) update isac to Isabelle2009-2 with minimal changes
(a) 'parse thy' left as is
'str2t' --> 'str2term_' according to (b)
'comp_dts thy' left as is, but returns term NOT cterm
(b) pretty printing '*2str' always without thy | ctxt
pretty printing '*2str_' always with ctxt
(2) make parsing dependent on context of calculation
(a) 'parse thy' --> 'parse ctxt' simplified by searchin 'thy'
(b) nothin to do

Tue, 17 Aug 2010 09:05:51 +0200cleaned Script: rules2scr_Rls, rules2scr_Seq isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Tue, 17 Aug 2010 09:05:51 +0200] rev 37923
cleaned Script: rules2scr_Rls, rules2scr_Seq

Mon, 16 Aug 2010 16:36:19 +0200changed \"plus\" -> \"PLUS\", times, power_, sqrt_, times_ isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Mon, 16 Aug 2010 16:36:19 +0200] rev 37922
changed \"plus\" -> \"PLUS\", times, power_, sqrt_, times_

with e.g find . -type f -exec sed -i s/\"divide_\"/\"DIVIDE\"/g {} \;
Respective updates in the Scripts need to be done by hand.

Mon, 16 Aug 2010 16:19:53 +0200finished Script/* isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Mon, 16 Aug 2010 16:19:53 +0200] rev 37921
finished Script/*

TODO: replace "plus" -> "PLUS", times, power_ in calclist and scripts

Sun, 15 Aug 2010 16:57:44 +0200new branch for adapting jEdit to isac jedit-isac
Marco Steger <m.steger@student.tugraz.at> [Sun, 15 Aug 2010 16:57:44 +0200] rev 37920
new branch for adapting jEdit to isac

Sun, 15 Aug 2010 16:50:35 +0200Added the Isac-jEdit-Nb-project jedit-isac
Marco Steger <m.steger@student.tugraz.at> [Sun, 15 Aug 2010 16:50:35 +0200] rev 37919
Added the Isac-jEdit-Nb-project

Sat, 14 Aug 2010 18:21:21 +0200SD parser v.0 enhanced, 1 alternative missing decompose-isar
Walther Neuper <neuper@ist.tugraz.at> [Sat, 14 Aug 2010 18:21:21 +0200] rev 37918
SD parser v.0 enhanced, 1 alternative missing

Added rules, which do not yet work in general.
To be done together with making alternative working.

version sufficient to start work on scala parsers.