Show
Ignore:
Timestamp:
08/14/05 17:32:14 (3 years ago)
Author:
autrijus
svk:copy_cache_prev:
8452
Message:

* -CBinary - dump PIL1 tree as opaque GhcBinary? file for fast loading.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/CodeGen/XML.hs

    r6239 r6248  
    1111genXML :: Eval Val 
    1212genXML = do 
    13     glob        <- askGlobal 
    14     main        <- asks envBody 
    15     globPIL     <- compile glob :: Eval [PIL_Decl] 
    16     mainPIL     <- compile main :: Eval PIL_Stmts 
    17     return . VStr . showXml $ PIL_Environment globPIL mainPIL 
     13    penv <- compile () :: Eval PIL_Environment 
     14    return $ VStr (showXml penv)