src/Pure/Syntax/README
author wenzelm
Thu, 21 Sep 1995 11:26:44 +0200
changeset 1258 2a2d8c74a756
parent 235 775dd81a58e5
child 2581 e08c25821e08
permissions -rw-r--r--
bicompose_aux: tuned fix_shyps; simplifier: fixed handling of shyps;

                              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        (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.