Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasnep/brainroc
https://github.com/hasnep/brainroc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hasnep/brainroc
- Owner: Hasnep
- Created: 2023-07-11T07:17:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-13T08:14:18.000Z (over 1 year ago)
- Last Synced: 2024-02-11T15:13:16.268Z (11 months ago)
- Language: Just
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BrainRoc
A BF interpreter written in Roc.
```shell
$ cat hello-world.bf
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
$ brainroc hello-world.bf
Hello World!
```## Usage
To download and run some example BF programs, install the [Roc compiler](https://roc-lang.org) and [`just`](https://github.com/casey/just), then run:
```shell
just examples
```