src/Pure/Syntax/README
author nipkow
Mon, 06 Dec 1993 17:05:10 +0100
changeset 189 831a9a7ab9f3
parent 161 d77bd6c76c03
child 235 775dd81a58e5
permissions -rw-r--r--
added rep_tsig

                              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)
  Syntax        (interface to the syntax module)
  BasicSyntax   (part of Syntax made pervasive)
  Scanner       (generic scanner toolbox)

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