https://github.com/technius/brainfp
A naive Brainfuck interpreter written in Scala
https://github.com/technius/brainfp
Last synced: about 1 year ago
JSON representation
A naive Brainfuck interpreter written in Scala
- Host: GitHub
- URL: https://github.com/technius/brainfp
- Owner: Technius
- License: mit
- Created: 2016-07-13T04:48:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T22:37:31.000Z (almost 10 years ago)
- Last Synced: 2025-01-31T12:24:57.033Z (over 1 year ago)
- Language: Scala
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brainfp
This is a naive [Brainfuck](https://en.wikipedia.org/wiki/Brainfuck) interpreter
written in Scala. It can probably run all possible Brainfuck programs, but it
hasn't been too thoroughly tested.
Todo:
* Rewrite the evaluation code to be stateless/immutable
* Add functions to encode a string as a Brainfuck program
* Make a Scala.js version for fun
# License
This project is licensed under the MIT License. See LICENSE for more details.