src/Pure/Isar/README
author wenzelm
Mon, 06 Mar 2000 21:10:27 +0100
changeset 8351 1b8ac0f48233
parent 7484 9deae880cf74
child 9124 c702e2125270
permissions -rw-r--r--
added simple_args; added 'tactic' method;


				Pure/Isar/

This directory contains the Isabelle/Isar subsystem -- Intelligible
Semi-Automated Reasoning for Isabelle.  Interesting modules include:

  Proof		(core of the Isar/VM interpreter)
  Args		(concrete argument syntax of attributes and methods)
  Method	(proof methods)
  Attrib	(attributes)

  LocalDefs	(local definitions)
  Calculation	(calculational proofs)

  Toplevel	(the Isabelle/Isar toplevel)
  IsarThy	(Isar derived theory operations)
  IsarCmd	(non-logical commands)
  IsarSyn	(syntax for Pure/Isar commands)

  OuterParse	(outer syntax parser combinators, see also
                 Pure/General/scan.ML)
  OuterSyntax   (outer syntax main)