src/Tools/isac/ProgLang/Language.thy
author Walther Neuper <neuper@ist.tugraz.at>
Tue, 31 Aug 2010 15:36:57 +0200
branchisac-update-Isa09-2
changeset 37965 9c11005c33b8
child 37966 78938fc8e022
permissions -rw-r--r--
updated Knowledge/Atools.thy + some changes + changes ahead

# replaced thms ahead by ./thms-replace-Isa02-Isa09-2.sml
# Knowledge/Delete.thy takes intermediate code:
* fun calc, fun term_of_float,fun var_op_float, fun float_op_var
for Float, which have already been deleted
* thms which are available only with long.identifiers
which cannot be handled in isac's Scripts
# added ProgLang/Language.thy collecting all data about Scripts
     1 (* Title:  collect all defitions for the program language
     2    Author: Walther Neuper 100831
     3    (c) due to copyright terms
     4  *)
     5 
     6 theory Language imports Script
     7 uses ("scrtools.sml") 
     8 begin
     9 
    10 use "scrtools.sml"
    11 
    12 end