src/Pure/Syntax/README
author paulson
Fri, 19 Sep 1997 16:11:24 +0200
changeset 3684 f677f0bc1cdf
parent 3279 815ef5848324
child 4689 49d116fdcafa
permissions -rw-r--r--
Deleted the obsolete theorem analz_UN1_synth

                              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 IsaMakefile to compile these files separately; they are
compiled as part of Pure Isabelle.