src/Pure/Syntax/README
author paulson
Wed, 07 May 1997 13:01:43 +0200
changeset 3121 cbb6c0c1c58a
parent 2581 e08c25821e08
child 3279 815ef5848324
permissions -rw-r--r--
Conversion to use blast_tac (with other improvements)

                              Pure/Syntax/

This directory contains the source files for Isabelle's syntax module, which
includes a lexer, parser, pretty printer and macro system. Note that only the
following structures are supposed to be exported:

  Pretty        (generic pretty printing module)
  Scanner       (generic scanner toolbox)

  Syntax        (internal interface to the syntax module)
  BasicSyntax   (part of Syntax made pervasive)

There is no Makefile to compile these files separately; they are compiled as
part of Pure Isabelle.