Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umayr/brainfuck
A minimal brainfuck interpreter.
https://github.com/umayr/brainfuck
Last synced: 9 days ago
JSON representation
A minimal brainfuck interpreter.
- Host: GitHub
- URL: https://github.com/umayr/brainfuck
- Owner: umayr
- Created: 2017-01-10T17:40:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T11:40:01.000Z (over 7 years ago)
- Last Synced: 2024-11-07T03:48:25.562Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brainfuck
> A minimal brainfuck interpreter.## Install
```
λ go get -u github.com/umayr/brainfuck/cmd/brainfuck
λ brainfuck path/to/file.bf
```