author | wenzelm |
Mon, 09 Dec 1996 16:41:04 +0100 | |
changeset 2348 | b51e104ecf40 |
parent 2198 | 0dddd9575717 |
child 2361 | 74c99949ad84 |
permissions | -rw-r--r-- |
(* Title: Pure/Syntax/ROOT.ML ID: $Id$ Author: Tobias Nipkow and Markus Wenzel, TU Muenchen This file builds the syntax module. *) use "symbol_font.ML"; use "pretty.ML"; use "lexicon.ML"; use "ast.ML"; use "syn_ext.ML"; use "parser.ML"; use "type_ext.ML"; use "syn_trans.ML"; use "mixfix.ML"; use "printer.ML"; use "syntax.ML"; (*Hiding: only the most basic features are opened*) structure BasicSyntax: BASIC_SYNTAX = Syntax; open BasicSyntax; structure Scanner: SCANNER = Lexicon;