src/Pure/Syntax/README
author wenzelm
Fri, 08 Mar 2002 16:24:06 +0100
changeset 13049 ce180e5b7fa0
parent 6127 ece970eb5850
permissions -rw-r--r--
tuned;


                              Pure/Syntax/


This directory contains the source files for Isabelle's syntax module,
which includes a lexer, parser, pretty printer and macro system.  Only
the following structures are exported:

  Syntax        (internal interface to the syntax module)
  BasicSyntax   (part of Syntax made pervasive)