Changeset 4913 for src/Main.hs

Show
Ignore:
Timestamp:
06/22/05 20:40:31 (4 years ago)
Author:
bsmith
svk:copy_cache_prev:
6641
Message:

Moved the Compile class to Pugs.Compile. The interface to the compilers
is in Pugs.Trans (for the moment at least).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Main.hs

    r4907 r4913  
    2727import Pugs.Help 
    2828import Pugs.Pretty 
    29 import Pugs.Compile 
     29import Pugs.Trans 
    3030import Pugs.Embed 
    3131import qualified Data.Map as Map 
     
    162162        glob <- readTVar $ envGlobal env 
    163163        newTVar $ userDefined glob 
    164     compile backend env{ envGlobal = globRef } 
     164    translate backend env{ envGlobal = globRef } 
    165165 
    166166doCompileDump :: String -> FilePath -> String -> IO ()