3279
|
1 |
|
|
2 |
***************************************************************************
|
|
3 |
|
|
4 |
IMPORTANT NOTE: These tools will disappear next time!
|
|
5 |
|
|
6 |
***************************************************************************
|
|
7 |
|
|
8 |
|
817
|
9 |
Tools: Shell scripts and utilities associated with Isabelle
|
|
10 |
|
|
11 |
To make these tools visible, you may wish to add this directory to your PATH
|
|
12 |
variable.
|
|
13 |
|
|
14 |
|
|
15 |
This directory includes scripts for building Isabelle:
|
|
16 |
make-all shell script for building entire system
|
|
17 |
make-all-poly sample make-all invocation for Poly/ML
|
|
18 |
make-all-nj sample make-all invocation for SML of NJ
|
|
19 |
|
|
20 |
|
|
21 |
Also scripts for running Isabelle:
|
|
22 |
xlisten shell script for running Isabelle under X
|
|
23 |
teeinput shell script to run Isabelle, logging inputs to a file
|
|
24 |
|
|
25 |
xlisten and teeinput constitute a *very* primitive user interface.
|
|
26 |
xlisten sets up a window running Isabelle, with a separate small
|
|
27 |
"listener" window, which keeps a log of all input lines. If you are
|
|
28 |
not running the X Window System, teeinput can still be used to record
|
|
29 |
the log. David Aspinall's Emacs-based interface is infinitely better
|
|
30 |
than this one!
|
|
31 |
|
|
32 |
|
|
33 |
And scripts to operate on source files (mainly for maintaining compatibility)
|
|
34 |
agrep search for a string throughout all the sources
|
|
35 |
expandshort shell script to expand "shortcuts" in files
|
|
36 |
change_simp shell script to help convert sources to new simplifier
|
|
37 |
conv-theory-files.pl perl script to rename old theory files
|
|
38 |
|
|
39 |
The command
|
|
40 |
conv-theory-files.pl | grep mv
|
|
41 |
generates commands to rename all theory files in a directory hierarchy.
|
|
42 |
See conv-theory-files.pl for more information.
|
|
43 |
|
|
44 |
|
|
45 |
And a program to insert calls to the new qed functions
|
|
46 |
qed.cc the program
|
|
47 |
qed.doc its documentation
|
|
48 |
Makefile its Makefile
|
|
49 |
runqed script for bulk changes
|
|
50 |
|
|
51 |
These allow you to update old sources to take advantage of the
|
|
52 |
new database of theorems. They replace calls to result, prove_goal,
|
|
53 |
etc. by calls to functions that store the theorems in the database.
|
|
54 |
The result may fail if the theorems are declared within a structure
|
|
55 |
body, or if they are proved in an ad-hoc union of theories.
|
|
56 |
|
|
57 |
|
|
58 |
$Id$
|