aboutsummaryrefslogblamecommitdiff
path: root/main/Unix/CoclSystemDependent.dcl
blob: c58f4cf2b8b77799b046bde31998613d065072a5 (plain) (tree)
1
2
3
4

                                     
                           












                                                                   
                             
 
                                                                     
 
// this is for Windows
definition module CoclSystemDependent

from StdFile import ::Files

// RWS split
// from deltaIOSystem import DeviceSystem
// from deltaEventIO import InitialIO, IOState

PathSeparator
	:==	':'
DirectorySeparator
	:== '/'

SystemDependentDevices :: [a]
SystemDependentInitialIO :: [a]

ensureCleanSystemFilesExists :: !String !*Files -> (!Bool, !*Files)
set_compiler_id :: Int -> Int

compiler_loop :: ([{#Char}] *st -> *(Bool, *st)) *st -> (!Bool, !*st)