blob: 4c5b628200fa1cffa81497c0fce79026cd545028 (
plain) (
tree)
|
|
/*
module owner: Ronny Wichers Schreur
*/
definition module compile
from StdFile import Files
import checksupport
compile :: ![{#Char}] !*DclCache !*Files -> (!Bool,!*DclCache,!*Files)
:: DclCache = {
dcl_modules::!{#DclModule},
functions_and_macros::!{#FunDef},
predef_symbols::!.PredefinedSymbols,
hash_table::!.HashTable,
heaps::!.Heaps
};
empty_cache :: *SymbolTable -> *DclCache
|