https://github.com/hellerve/zepto-brainfuck
A Brainfuck interpreter written in zepto
https://github.com/hellerve/zepto-brainfuck
Last synced: 4 days ago
JSON representation
A Brainfuck interpreter written in zepto
- Host: GitHub
- URL: https://github.com/hellerve/zepto-brainfuck
- Owner: hellerve
- Created: 2016-01-30T11:50:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-30T11:51:18.000Z (about 10 years ago)
- Last Synced: 2025-04-05T22:43:45.053Z (12 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zepto-brainfuck
Let's go full circle. This is an implementation of
the Brainfuck programming language in the zepto
programming language.
# Usage
If you have zepto installed, it should be as simple as
typing:
```
zepto bf.zp examples/helloworld.bf
```
This should print "Hello World!" and return `nil`.
This is not a production-ready brainfuck interpreter
(if that exists) and it has not been battle-tested.
It should be somewhat slow.
# Why
I just wanted to test zeptos capabilities once again.
Have fun!