--- 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
--- 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