diff options
author | ronny | 2001-09-07 13:33:51 +0000 |
---|---|---|
committer | ronny | 2001-09-07 13:33:51 +0000 |
commit | 78cbe6ae7e52b686732810d886b9ef17f2695096 (patch) | |
tree | aeec1984fe913a5921dbeeb421017959fd6ba57c /frontend/frontend.icl | |
parent | moved function checkLocalFunctions from checksupport to checkFunctionBodies (diff) |
module ownership comment
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@763 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/frontend.icl')
-rw-r--r-- | frontend/frontend.icl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/frontend.icl b/frontend/frontend.icl index 67ebfc3..eb412d2 100644 --- a/frontend/frontend.icl +++ b/frontend/frontend.icl @@ -1,3 +1,6 @@ +/* + module owner: Ronny Wichers Schreur +*/ implementation module frontend import scanner, parse, postparse, check, type, trans, convertcases, overloading, utilities, convertDynamics, |