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
92aeffd2
Commit
92aeffd2
authored
Sep 03, 2001
by
John van Groningen
Browse files
added init_identifiers call
parent
399cab03
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/coclmain.icl
View file @
92aeffd2
...
...
@@ -68,11 +68,12 @@ import code from "thread_message.obj";
compiler
::
![{#
Char
}]
*
Files
->
*(!
Bool
,!*
Files
);
compiler
commandArgs
files
#
dcl_cache
=
empty_cache
(
init_identifiers
newHeap
)
|
length
commandArgs
==
2
&&
commandArgs
!!
0
==
"-ide"
#
wm_number
=
get_message_number
;
#
thread_id
=
hex_to_int
(
commandArgs
!!
1
);
=
(
True
,
compile_files
(
empty_cache
newHeap
)
thread_id
wm_number
files
)
#
(
r
,
cache
,
files
)=
compile
commandArgs
(
empty_cache
newHeap
)
files
=
(
True
,
compile_files
dcl_cache
thread_id
wm_number
files
)
#
(
r
,
cache
,
files
)=
compile
commandArgs
dcl_cache
files
=
(
r
,
files
)
hex_to_int
::
{#
Char
}
->
Int
...
...
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