diff options
author | martijnv | 2001-03-15 15:29:09 +0000 |
---|---|---|
committer | martijnv | 2001-03-15 15:29:09 +0000 |
commit | 0c7e5ae7916a9f4e034d0ee6c3e85ed2c6e39ac3 (patch) | |
tree | 4cd9eeedb373ca76885fdb01a034e59cb2560258 /frontend/frontend.dcl | |
parent | changes: (diff) |
compiler frontend without writing tcl-files
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@331 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 d6c6a15..fb0c88a 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 !*File !*Heaps - -> ( !Optional *FrontEndSyntaxTree,!.{# FunDef },!Int,!Int,!*PredefinedSymbols, !*HashTable, !*Files, !*File, !*File, !*File, !*File, !*Heaps) +frontEndInterface :: !FrontEndPhase !Ident !SearchPaths !{#DclModule} !{#FunDef} !(Optional Bool) !*PredefinedSymbols !*HashTable !*Files !*File !*File !*File (!Optional !*File) !*Heaps + -> ( !Optional *FrontEndSyntaxTree,!.{# FunDef },!Int,!Int,!*PredefinedSymbols, !*HashTable, !*Files, !*File, !*File, !*File, !Optional !*File, !*Heaps) |