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
ca2c4487
Commit
ca2c4487
authored
Aug 24, 2001
by
Vincent Zweije
Browse files
Drop option parse tracing
parent
dc487a58
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/compile.icl
View file @
ca2c4487
...
...
@@ -215,7 +215,7 @@ compileModule options commandLineArgs {dcl_modules,functions_and_macros,predef_s
=
{
feo_upToPhase
=
FrontEndPhaseAll
,
feo_search_paths
=
options
.
searchPaths
,
feo_typelisting
=
if
(
isMember
"-lt"
commandLineArgs
)
(
Yes
(
not
(
isMember
"-lattr"
commandLineArgs
)))
No
,
feo_fusionstyle
=
(
if
options
.
supercompilation
FS_online
FS_offline
)
--->
(
"Read supercompilation option: "
+++
toString
options
.
supercompilation
)
,
feo_fusionstyle
=
if
options
.
supercompilation
FS_online
FS_offline
}
#
(
optionalSyntaxTree
,
cached_functions_and_macros
,
n_functions_and_macros_in_dcl_modules
,
main_dcl_module_n
,
predef_symbols
,
hash_table
,
files
,
error
,
io
,
out
,
tcl_file
,
heaps
)
=
frontEndInterface
feopts
moduleIdent
dcl_modules
functions_and_macros
predef_symbols
hash_table
files
error
io
out
tcl_file
heaps
...
...
Write
Preview
Markdown
is supported
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