# HG changeset patch # User nipkow # Date 972565178 -7200 # Node ID 24c87e1366d8efb3dff57482b5938e104611973e # Parent b124d59f7b61fc553d029ece40dbcd10c332bd86 *** empty log message *** diff -r b124d59f7b61 -r 24c87e1366d8 src/HOL/IMP/Compiler.thy --- a/src/HOL/IMP/Compiler.thy Thu Oct 26 14:52:41 2000 +0200 +++ b/src/HOL/IMP/Compiler.thy Thu Oct 26 14:59:38 2000 +0200 @@ -1,3 +1,11 @@ +(* Title: HOL/IMP/Compiler.thy + ID: $Id$ + Author: Tobias Nipkow, TUM + Copyright 1996 TUM + +A simple compiler for a simplistic machine. +*) + theory Compiler = Natural: datatype instr = ASIN loc aexp | JMPF bexp nat | JMPB nat diff -r b124d59f7b61 -r 24c87e1366d8 src/HOL/IsaMakefile --- a/src/HOL/IsaMakefile Thu Oct 26 14:52:41 2000 +0200 +++ b/src/HOL/IsaMakefile Thu Oct 26 14:59:38 2000 +0200 @@ -198,7 +198,7 @@ HOL-IMP: HOL $(LOG)/HOL-IMP.gz -$(LOG)/HOL-IMP.gz: $(OUT)/HOL IMP/Com.thy IMP/Denotation.ML \ +$(LOG)/HOL-IMP.gz: $(OUT)/HOL IMP/Com.thy IMP/Compiler.thy IMP/Denotation.ML \ IMP/Denotation.thy IMP/Expr.ML IMP/Expr.thy IMP/Hoare.ML IMP/Hoare.thy \ IMP/Natural.ML IMP/Natural.thy IMP/Examples.ML IMP/Examples.thy \ IMP/Transition.ML IMP/Transition.thy IMP/VC.ML IMP/VC.thy IMP/ROOT.ML