An open API service indexing awesome lists of open source software.

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

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.