hs2bf 0.6.1 → 0.6.2
raw patch · 2 files changed
+6/−5 lines, 2 files
Files
- Main.hs +1/−1
- hs2bf.cabal +5/−4
Main.hs view
@@ -122,7 +122,7 @@ LangBF -> b bf version :: String-version="Haskell to Brainf**k Compiler: version 0.5"+version="Haskell to Brainfuck Compiler: version 0.6.2" help :: String help=unlines $
hs2bf.cabal view
@@ -1,19 +1,20 @@ name: hs2bf cabal-version: >=1.2-version: 0.6.1+version: 0.6.2 author: Daiki Handa maintainer: xanxys@gmail.com-synopsis: Haskell to Brainfu*k compiler+synopsis: Haskell to Brainfuck compiler license: BSD3 license-File: LICENSE category: Compiler+homepage: http://www.xanxys.net/hs2bf/ description:- Proof of concept implementation of Haskell to Brainfu*k compiler.+ Proof of concept implementation of Haskell to Brainfuck compiler. You can find examples of compilable codes at <http://www.xanxys.net/public/hs2bf-demo/> build-type: Simple data-files: Prelude.hs data-dir: test-tested-with: GHC==6.10.4,GHC==6.12.1+tested-with: GHC==6.12.1 extra-source-files: Front.hs Core.hs GMachine.hs SAM.hs SCGR.hs Brainfuck.hs Util.hs SRuntime.hs