src/Pure/Syntax/README
author wenzelm
Fri, 21 Nov 1997 15:35:37 +0100
changeset 4273 c9b577c8f7a1
parent 3279 815ef5848324
child 4689 49d116fdcafa
permissions -rw-r--r--
comment;

                              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.