diff options
author | martijnv | 2001-03-02 13:57:33 +0000 |
---|---|---|
committer | martijnv | 2001-03-02 13:57:33 +0000 |
commit | 8f5eafcc2cd245e6229eec58acb3ac57f6a2a2e9 (patch) | |
tree | 08f3f8c926cd9383bf1b9e72546b8557e26a1d02 /frontend/main.icl | |
parent | making compiler self compilable (this doesn't say anything about the (diff) |
no message
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@315 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/main.icl')
-rw-r--r-- | frontend/main.icl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/main.icl b/frontend/main.icl index 06a4e99..eadc536 100644 --- a/frontend/main.icl +++ b/frontend/main.icl @@ -147,8 +147,8 @@ compileModule mod_name ms loadModule mod_ident predef_symbols hash_table ms=:{ms_files,ms_error,ms_io,ms_out,ms_paths} # heaps = { hp_var_heap = newHeap, hp_expression_heap = newHeap, hp_type_heaps = { th_vars = newHeap, th_attrs = newHeap }} - # (optional_syntax_tree,_,_,_,predef_symbols, hash_table, ms_files, ms_error, ms_io, ms_out,_) - = frontEndInterface FrontEndPhaseAll mod_ident {sp_locations = [], sp_paths = ms_paths} {} {} No predef_symbols hash_table ms_files ms_error ms_io ms_out heaps + # (optional_syntax_tree,_,_,_,predef_symbols, hash_table, ms_files, ms_error, ms_io, ms_out,_,_) + = frontEndInterface FrontEndPhaseAll mod_ident {sp_locations = [], sp_paths = ms_paths} {} {} No predef_symbols hash_table ms_files ms_error ms_io ms_out stderr heaps # ms = {ms & ms_files=ms_files, ms_error=ms_error,ms_io=ms_io,ms_out=ms_out} = case optional_syntax_tree of Yes {fe_icl={icl_functions}, fe_dcls, fe_dclIclConversions, fe_iclDclConversions} |