aboutsummaryrefslogblamecommitdiff
path: root/frontend/parse.dcl
blob: 86d4e41dd746aadf23b738bf6f08add229a6b9a0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12










                                         
                                                                                                           
definition module parse

import syntax, hashtable, scanner, predef

::	*ParseErrorAdmin = 
	{	pea_file	:: !*File
	,	pea_ok		:: !Bool
	}

cWantIclFile :== True	
cWantDclFile :== False	

wantModule :: !Bool !Ident !Position !Bool !*HashTable !*File !SearchPaths (ModTimeFunction *Files) !*Files
	-> (!Bool, !ParsedModule, !*HashTable, !*File, !*Files)