Changeset 2655
- Timestamp:
- 05/03/05 20:09:07 (4 years ago)
- svk:copy_cache_prev:
- 4152
- Files:
-
- 1 modified
-
src/Pugs/Compile/Parrot.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Compile/Parrot.hs
r2652 r2655 177 177 , label last 178 178 ] 179 compile (Syn "module" [Val (VStr ns)]) = do 180 return $ text ".namespace ['_Pugs::" <> text ns <> text "']" 179 -- XXX broken! this needs to emit IMC *outside* of the main sub 180 -- compile (Syn "module" [Val (VStr ns)]) = do 181 -- return $ text ".namespace ['_Pugs::" <> text ns <> text "']" 181 182 compile (App "&return" [] [val]) = do 182 183 (valC, p) <- compileArg val
