hs2bf icon indicating copy to clipboard operation
hs2bf copied to clipboard

Haskell to brainfuck compiler

Results 3 hs2bf issues
Sort by recently updated
recently updated
newest added

SRuntime is messy, so support larger address at SAM layer.

Adding type inference would make hs2bf truly haskell-like. However, monomorphic types will restrict the possible programs. We'll need more than let-polymorphism (like HM-type system) to make it more powerful. Also,...