| author | nipkow | 
| Wed, 10 Jan 2001 11:08:29 +0100 | |
| changeset 10845 | 3696bc935bbd | 
| 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) |