[project @ 2001-08-31 15:58:30 by apt]
authorapt <unknown>
Fri, 31 Aug 2001 15:58:30 +0000 (15:58 +0000)
committerapt <unknown>
Fri, 31 Aug 2001 15:58:30 +0000 (15:58 +0000)
commit8f834ef9da9106c1a0e69c6fab5e7262376ef4db
tree44e8364f8b22bcdd91217350bf774c224a937c6d
parent7eb82a4677a596da95303305f79a4dbc438079da
[project @ 2001-08-31 15:58:30 by apt]
add ext-core example programs -- MERGE TO STABLE (surely harmless?)
12 files changed:
ghc/utils/ext-core/Check.hs [new file with mode: 0644]
ghc/utils/ext-core/Core.hs [new file with mode: 0644]
ghc/utils/ext-core/Driver.hs [new file with mode: 0644]
ghc/utils/ext-core/Env.hs [new file with mode: 0644]
ghc/utils/ext-core/Interp.hs [new file with mode: 0644]
ghc/utils/ext-core/Lex.hs [new file with mode: 0644]
ghc/utils/ext-core/ParseGlue.hs [new file with mode: 0644]
ghc/utils/ext-core/Parser.y [new file with mode: 0644]
ghc/utils/ext-core/Prep.hs [new file with mode: 0644]
ghc/utils/ext-core/Prims.hs [new file with mode: 0644]
ghc/utils/ext-core/Printer.hs [new file with mode: 0644]
ghc/utils/ext-core/README [new file with mode: 0644]