aboutsummaryrefslogtreecommitdiff
path: root/main/Windows/CoclSystemDependent.dcl
diff options
context:
space:
mode:
authorronny2000-02-23 14:55:54 +0000
committerronny2000-02-23 14:55:54 +0000
commit763041adf7a1f87addcb5069f203396dc896b3f1 (patch)
tree78472565231b153eebf953f64a73b37be1fcec57 /main/Windows/CoclSystemDependent.dcl
parentAdded backend.dll (diff)
Initial import
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@100 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main/Windows/CoclSystemDependent.dcl')
-rw-r--r--main/Windows/CoclSystemDependent.dcl14
1 files changed, 14 insertions, 0 deletions
diff --git a/main/Windows/CoclSystemDependent.dcl b/main/Windows/CoclSystemDependent.dcl
new file mode 100644
index 0000000..42cf82e
--- /dev/null
+++ b/main/Windows/CoclSystemDependent.dcl
@@ -0,0 +1,14 @@
+// this is for Windows
+definition module CoclSystemDependent
+
+// RWS split
+// from deltaIOSystem import DeviceSystem
+// from deltaEventIO import InitialIO, IOState
+
+PathSeparator
+ :== ';'
+DirectorySeparator
+ :== '\\'
+
+SystemDependentDevices :: [a]
+SystemDependentInitialIO :: [a]