| author | wenzelm | 
| Wed, 05 Dec 2001 03:07:44 +0100 | |
| changeset 12372 | cd3a09c7dac9 | 
| parent 6127 | ece970eb5850 | 
| permissions | -rw-r--r-- | 
| 4689 | 1 | |
| 18 | 2 | Pure/Syntax/ | 
| 0 | 3 | |
| 4689 | 4 | |
| 5 | This directory contains the source files for Isabelle's syntax module, | |
| 6127 | 6 | which includes a lexer, parser, pretty printer and macro system. Only | 
| 7 | the following structures are exported: | |
| 235 | 8 | |
| 2581 | 9 | Syntax (internal interface to the syntax module) | 
| 161 | 10 | BasicSyntax (part of Syntax made pervasive) |