src/Pure/README
author wenzelm
Mon, 18 May 1998 18:10:43 +0200
changeset 4941 ac5da3e767b0
parent 4689 49d116fdcafa
child 5020 e0f605038a9f
permissions -rw-r--r--
added Syntax/source.ML;


                        Pure: The Pure Isabelle System


This directory contains the ML source files for Pure Isabelle, which
is the basis for all object-logics:

  IsaMakefile	compiles the Pure system (use isatool make)
  ML-Systems/   compatibility files for various ML systems
  Syntax/     	the syntax module
  Thy/          the theory file parser and loader
  ./		the actual meta logic implementation (see ROOT.ML)

Isabelle programmers may want to have a look at the following generic
modules:

  Library	basic library (see library.ML)
  TableFun	efficient tables (see table.ML)
  Seq		unbounded sequences (see seq.ML)
  Pretty	pretty printing module (see Syntax/pretty.ML)
  Scan		scanner toolbox (see Syntax/scan.ML)
  Source	co-algebraic data sources (see Syntax/source.ML)
  Symbol	generalized characters (see Syntax/symbol.ML)
  Path		abstract algebra of file paths (see Thy/path.ML)
  File		file system operations (see Thy/file.ML)
  NameSpace	hierarchically structured name spaces (see name_space.ML)