| author | paulson |
| Thu, 26 Sep 2002 10:56:20 +0200 | |
| changeset 13587 | 659813a3f879 |
| 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) |