diff options
author | martijnv | 2001-03-01 11:10:10 +0000 |
---|---|---|
committer | martijnv | 2001-03-01 11:10:10 +0000 |
commit | b5bcaa57cb9fc248f48e2a657f58134bc3369580 (patch) | |
tree | ad77cbee91e13da21dfefc8b472dc81cfa59940f /frontend/frontend.dcl | |
parent | temporary hack: redirect basic type Dynamic to DynamicTemp from StdDynamic (diff) |
- type files worden aangemaakt (buggy)
- type namen worden gesuffixed met hun definierde module naam
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@307 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/frontend.dcl')
-rw-r--r-- | frontend/frontend.dcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/frontend.dcl b/frontend/frontend.dcl index a8720d1..d6c6a15 100644 --- a/frontend/frontend.dcl +++ b/frontend/frontend.dcl @@ -22,5 +22,5 @@ import checksupport, transform, overloading | FrontEndPhaseConvertModules | FrontEndPhaseAll -frontEndInterface :: !FrontEndPhase !Ident !SearchPaths !{#DclModule} !{#FunDef} !(Optional Bool) !*PredefinedSymbols !*HashTable !*Files !*File !*File !*File !*Heaps - -> ( !Optional *FrontEndSyntaxTree,!.{# FunDef },!Int,!Int,!*PredefinedSymbols, !*HashTable, !*Files, !*File, !*File, !*File,!*Heaps) +frontEndInterface :: !FrontEndPhase !Ident !SearchPaths !{#DclModule} !{#FunDef} !(Optional Bool) !*PredefinedSymbols !*HashTable !*Files !*File !*File !*File !*File !*Heaps + -> ( !Optional *FrontEndSyntaxTree,!.{# FunDef },!Int,!Int,!*PredefinedSymbols, !*HashTable, !*Files, !*File, !*File, !*File, !*File, !*Heaps) |