aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorronny2001-09-07 13:33:51 +0000
committerronny2001-09-07 13:33:51 +0000
commit78cbe6ae7e52b686732810d886b9ef17f2695096 (patch)
treeaeec1984fe913a5921dbeeb421017959fd6ba57c /frontend
parentmoved 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')
-rw-r--r--frontend/convertcases.dcl3
-rw-r--r--frontend/convertcases.icl3
-rw-r--r--frontend/frontend.dcl3
-rw-r--r--frontend/frontend.icl3
-rw-r--r--frontend/mergecases.dcl3
-rw-r--r--frontend/mergecases.icl3
6 files changed, 18 insertions, 0 deletions
diff --git a/frontend/convertcases.dcl b/frontend/convertcases.dcl
index 372a3a7..b89dc04 100644
--- a/frontend/convertcases.dcl
+++ b/frontend/convertcases.dcl
@@ -1,3 +1,6 @@
+/*
+ module owner: Ronny Wichers Schreur
+*/
definition module convertcases
import syntax, transform, trans
diff --git a/frontend/convertcases.icl b/frontend/convertcases.icl
index 0194b10..28fecb0 100644
--- a/frontend/convertcases.icl
+++ b/frontend/convertcases.icl
@@ -1,3 +1,6 @@
+/*
+ module owner: Ronny Wichers Schreur
+*/
implementation module convertcases
import syntax, transform, checksupport, StdCompare, check, utilities, trans, general //, RWSDebug
diff --git a/frontend/frontend.dcl b/frontend/frontend.dcl
index 5f9f71d..8fa0abc 100644
--- a/frontend/frontend.dcl
+++ b/frontend/frontend.dcl
@@ -1,3 +1,6 @@
+/*
+ module owner: Ronny Wichers Schreur
+*/
definition module frontend
from scanner import SearchPaths
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,
diff --git a/frontend/mergecases.dcl b/frontend/mergecases.dcl
index 1b5099a..b4a0178 100644
--- a/frontend/mergecases.dcl
+++ b/frontend/mergecases.dcl
@@ -1,3 +1,6 @@
+/*
+ module owner: Ronny Wichers Schreur
+*/
definition module mergecases
import syntax, checksupport
diff --git a/frontend/mergecases.icl b/frontend/mergecases.icl
index b74b2f1..6286013 100644
--- a/frontend/mergecases.icl
+++ b/frontend/mergecases.icl
@@ -1,3 +1,6 @@
+/*
+ module owner: Ronny Wichers Schreur
+*/
implementation module mergecases
import syntax, check, StdCompare, utilities; //, RWSDebug