aboutsummaryrefslogtreecommitdiff
path: root/frontend/parse.dcl
blob: fb51a61b8504ea023c8ded18701792fa88c942de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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,!Bool,!ParsedModule, !*HashTable, !*File, !*Files)