https://github.com/ix/bf2rb
brainf*** to ruby compiler in haskell
https://github.com/ix/bf2rb
Last synced: 9 months ago
JSON representation
brainf*** to ruby compiler in haskell
- Host: GitHub
- URL: https://github.com/ix/bf2rb
- Owner: ix
- License: bsd-3-clause
- Created: 2017-05-10T01:16:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-21T14:50:45.000Z (about 9 years ago)
- Last Synced: 2025-06-13T01:03:24.475Z (about 1 year ago)
- Language: Ruby
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bf2rb
bf2rb is a brainf***-to-ruby compiler written in haskell
it doesn't make any optimizations currently, and merely
translates each operation to an appropriate line of ruby
this may change