Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clemlak/brainfuck-interpreter
Just another Brainfuck interpreter
https://github.com/clemlak/brainfuck-interpreter
brainfuck esolang esoteric-language interpreter javascript
Last synced: 1 day ago
JSON representation
Just another Brainfuck interpreter
- Host: GitHub
- URL: https://github.com/clemlak/brainfuck-interpreter
- Owner: clemlak
- License: mit
- Created: 2019-05-11T00:28:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T01:09:54.000Z (over 5 years ago)
- Last Synced: 2025-01-06T05:03:08.879Z (17 days ago)
- Topics: brainfuck, esolang, esoteric-language, interpreter, javascript
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Brainfuck Interpreter
Just another Brainfuck interpreter.
## Usage
Just call the `index.js` file with the path of the file containing your program. For example:
`node index.js helloworld.b`