From 610822c84da30599179500c596109c31c9b4d7da Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Wed, 17 Nov 1999 19:52:56 +0000 Subject: Link to demoisa-easy.el --- html/features.phtml | 23 ++++++++++------------- html/news.phtml | 10 ++++++++++ 2 files changed, 20 insertions(+), 13 deletions(-) (limited to 'html') diff --git a/html/features.phtml b/html/features.phtml index f4fca86e..a8631cbc 100644 --- a/html/features.phtml +++ b/html/features.phtml @@ -71,7 +71,7 @@ If not, read on… Proof General also uses the subterm structure to make it easy to cut and paste from complicated terms.
- +Most importantly, Proof General is generic, so you can adapt it to - a new proof assistant with surprisingly little effort. + a new proof assistant with surprisingly little effort
Adapting for a new proof assistant is mainly a matter of setting some variables with regular expressions to help parse output from the prover, and setting other variables with commands to send to the - prover. To get the most from Proof General (proof by pointing, for - example), it may be necessary to augment the output routines of the - proof assistant. -
-- New! With Proof General 3.0, adapting to a new prover is easier - than ever before! - Here - is an example instance of Proof General for Isabelle, which - configures the main core of the interface. + prover. See this basic + . + To get the most from Proof General (proof by pointing, for + example), it may be necessary to put some hooks in + the output routines of the proof assistant.
Please feel free to download Proof General to customize it for a new system, and diff --git a/html/news.phtml b/html/news.phtml index 223235fe..774da996 100644 --- a/html/news.phtml +++ b/html/news.phtml @@ -6,6 +6,16 @@+ New! With Proof General 3.0, adapting to a new prover is easier + than ever before! + It includes an + + of Proof General for Isabelle, which + configures the main core of the interface with less than 30 lines of + code. Not bad for getting about 4000 lines worth of code from it! +
Proof General 3.0 is currently in testing, and will be released later -- cgit v1.2.3