Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
e84e3701
Commit
e84e3701
authored
Dec 12, 2001
by
Ronny Wichers Schreur
🏘
Browse files
removed RWSDebug import
parent
34843d53
Changes
2
Hide whitespace changes
Inline
Side-by-side
backend/backendpreprocess.icl
View file @
e84e3701
...
...
@@ -8,7 +8,7 @@ implementation module backendpreprocess
import
checksupport
import
Heap
import
backendsupport
import
RWSDebug
//
import RWSDebug
backEndPreprocess
::
!
Ident
![
Index
]
!
IclModule
!*
VarHeap
->
*
VarHeap
backEndPreprocess
aliasDummyId
functionIndices
iclModule
varHeap
...
...
frontend/transform.icl
View file @
e84e3701
...
...
@@ -188,8 +188,6 @@ where
#
(
dp_rhs
,
ls
)
=
lift
dp_rhs
ls
=
({
pattern
&
dp_rhs
=
dp_rhs
},
ls
)
import
RWSDebug
liftFunctions
::
[
FunctionOrMacroIndex
]
Int
Int
*{#
FunDef
}
*{#*{#
FunDef
}}
*(
Heap
VarInfo
)
*(
Heap
ExprInfo
)
->
.
LiftState
;
liftFunctions
group
group_index
main_dcl_module_n
fun_defs
macro_defs
var_heap
expr_heap
#
(
contains_free_vars
,
lifted_function_called
,
fun_defs
,
macro_defs
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment