src/Pure/Syntax/README
author wenzelm
Sat, 08 Apr 2000 19:38:19 +0200
changeset 8683 9d3e8c4a0287
parent 6127 ece970eb5850
permissions -rw-r--r--
fixed comment;


                              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)