src/Pure/Syntax/README
author paulson
Wed, 18 Aug 1999 10:54:44 +0200
changeset 7248 322151fe6f02
parent 6127 ece970eb5850
permissions -rw-r--r--
new primitive rule permute_prems to underlie defer_tac and rotate_prems


                              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)