Skip to content
GitLab
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
a8d7972b
Commit
a8d7972b
authored
Sep 20, 2001
by
Martijn Vervoort
Browse files
Added module owners for convertDynamics, type_io and type_io_common
parent
54db554f
Changes
6
Hide whitespace changes
Inline
Side-by-side
frontend/convertDynamics.dcl
View file @
a8d7972b
/*
module owner: Martijn Vervoort
*/
definition
module
convertDynamics
import
syntax
,
transform
,
convertcases
...
...
frontend/convertDynamics.icl
View file @
a8d7972b
/*
module owner: Martijn Vervoort
*/
implementation
module
convertDynamics
import
syntax
,
transform
,
utilities
,
convertcases
/* MV ... */
,
compilerSwitches
/* ... MV */
...
...
frontend/type_io.dcl
View file @
a8d7972b
/*
module owner: Martijn Vervoort
*/
definition
module
type_io
// WARNING: It is essential to report changes in this module to martijnv@cs.kun.nl
...
...
frontend/type_io.icl
View file @
a8d7972b
/*
module owner: Martijn Vervoort
*/
implementation
module
type_io
// WARNING: It is essential to report changes in this module to martijnv@cs.kun.nl
...
...
frontend/type_io_common.dcl
View file @
a8d7972b
/*
module owner: Martijn Vervoort
*/
definition
module
type_io_common
from
StdChar
import
toChar
...
...
frontend/type_io_common.icl
View file @
a8d7972b
/*
module owner: Martijn Vervoort
*/
implementation
module
type_io_common
// common between compiler and static linker
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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