README
changeset 173 b51cb9aef3ae
parent 163 67063c5365e1
child 174 3674347dd98e
equal deleted inserted replaced
172:9510e5131e06 173:b51cb9aef3ae
     4 thys    - contains the formalisation
     4 thys    - contains the formalisation
     5 
     5 
     6    Turing.thy:       Basic definitions of Turing machines.
     6    Turing.thy:       Basic definitions of Turing machines.
     7    Turing_Hoare.thy: Contains the Hoare rules	
     7    Turing_Hoare.thy: Contains the Hoare rules	
     8    Uncomputable.thy: The existence of Turing uncomputable functions
     8    Uncomputable.thy: The existence of Turing uncomputable functions
       
     9    Abacus_Mopup.thy: Mopup TM which is used when compiling Abacus
       
    10                      programs
     9    Abacus.thy:       Basic definitions of abacus machines (an intermediate
    11    Abacus.thy:       Basic definitions of abacus machines (an intermediate
    10                      "language" for compiling recursive functions into 
    12                      "language" for compiling recursive functions into 
    11                      Turing machines)
    13                      Turing machines)
    12    Rec_Def.thy:      Basic definitions of recursive functions.
    14    Rec_Def.thy:      Basic definitions of recursive functions.
    13    Recursive.thy:    The compilation of recursive functions into
    15    Recursive.thy:    The compilation of recursive functions into