aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorronny2001-09-07 13:33:51 +0000
committerronny2001-09-07 13:33:51 +0000
commit78cbe6ae7e52b686732810d886b9ef17f2695096 (patch)
treeaeec1984fe913a5921dbeeb421017959fd6ba57c /backend
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 'backend')
-rw-r--r--backend/backendconvert.dcl3
-rw-r--r--backend/backendconvert.icl3
-rw-r--r--backend/backendinterface.dcl3
-rw-r--r--backend/backendinterface.icl3
-rw-r--r--backend/backendpreprocess.dcl3
-rw-r--r--backend/backendpreprocess.icl3
-rw-r--r--backend/backendsupport.dcl3
-rw-r--r--backend/backendsupport.icl3
8 files changed, 24 insertions, 0 deletions
diff --git a/backend/backendconvert.dcl b/backend/backendconvert.dcl
index 30625e7..83711e7 100644
--- a/backend/backendconvert.dcl
+++ b/backend/backendconvert.dcl
@@ -1,3 +1,6 @@
+/*
+ module owner: Ronny Wichers Schreur
+*/
definition module backendconvert
from backend import BackEnd
diff --git a/backend/backendconvert.icl b/backend/backendconvert.icl
index 51a58f6..351e34c 100644
--- a/backend/backendconvert.icl
+++ b/backend/backendconvert.icl
@@ -1,3 +1,6 @@
+/*
+ module owner: Ronny Wichers Schreur
+*/
implementation module backendconvert
import code from library "backend_library"
diff --git a/backend/backendinterface.dcl b/backend/backendinterface.dcl
index bfb12e2..20dde99 100644
--- a/backend/backendinterface.dcl
+++ b/backend/backendinterface.dcl
@@ -1,3 +1,6 @@
+/*
+ module owner: Ronny Wichers Schreur
+*/
definition module backendinterface
import frontend
diff --git a/backend/backendinterface.icl b/backend/backendinterface.icl
index a177a2a..d16fb84 100644
--- a/backend/backendinterface.icl
+++ b/backend/backendinterface.icl
@@ -1,3 +1,6 @@
+/*
+ module owner: Ronny Wichers Schreur
+*/
implementation module backendinterface
import StdEnv
diff --git a/backend/backendpreprocess.dcl b/backend/backendpreprocess.dcl
index 41d76d5..8b43eff 100644
--- a/backend/backendpreprocess.dcl
+++ b/backend/backendpreprocess.dcl
@@ -1,3 +1,6 @@
+/*
+ module owner: Ronny Wichers Schreur
+*/
definition module backendpreprocess
import checksupport
diff --git a/backend/backendpreprocess.icl b/backend/backendpreprocess.icl
index 2462600..aebce27 100644
--- a/backend/backendpreprocess.icl
+++ b/backend/backendpreprocess.icl
@@ -1,3 +1,6 @@
+/*
+ module owner: Ronny Wichers Schreur
+*/
implementation module backendpreprocess
// assign sequence numbers to all variables in the syntax tree
diff --git a/backend/backendsupport.dcl b/backend/backendsupport.dcl
index 7b46470..df885f8 100644
--- a/backend/backendsupport.dcl
+++ b/backend/backendsupport.dcl
@@ -1,3 +1,6 @@
+/*
+ module owner: Ronny Wichers Schreur
+*/
definition module backendsupport
//1.3
diff --git a/backend/backendsupport.icl b/backend/backendsupport.icl
index fe5d8a3..ae3c873 100644
--- a/backend/backendsupport.icl
+++ b/backend/backendsupport.icl
@@ -1,3 +1,6 @@
+/*
+ module owner: Ronny Wichers Schreur
+*/
implementation module backendsupport
import StdArray