GitXplorerGitXplorer
f

bfjq

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
60321e4e230720852768910f982efaf610aad939

first commit

ffioriandrea committed 8 months ago

README

The README file for this repository.

bfjq

Implementation of Brainfuck written in jq.

Usage

The interpreter was tested on jq version 1.7.1.

# input for the comma (,) command is provided --rawfile input <filename>
./bf.jq examples/wc.b --rawfile input bf.jq
# to read from stdin
./bf.jq examples/wc.b --rawfile input /dev/stdin < bf.jq

Examples

Example brainfuck programs can be found in the examples directory. These examples were taken from brainfuck.org and are licensed under Creative Commons Attribution-ShareAlike 4.0 International License.

License

Distributed under the GPLv3 License. See LICENSE file in this repo for more information.