src/Pure/Syntax/README
author wenzelm
Fri, 21 Nov 1997 15:29:56 +0100
changeset 4271 3a82492e70c5
parent 3279 815ef5848324
child 4689 49d116fdcafa
permissions -rw-r--r--
changed Pure/Sequence interface -- isatool fixseq;

                              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.