Simple x86-64 Linux JIT compiler for the brainfuck programming language.
Simply run make. Optionally adjust CFLAGS and such in Makefile.
Run ./test.py.
Run make test to (re)compile and test at once.
./bq [file]
All you need is a C99 compiler and make.
Includes cvector single-header library for dynamic arrays. (MIT License)
Copyright 2025 owl
Programs in tests directory are made by Daniel B. Cristofani (https://www.brainfuck.org/) and are licensed under Creative Commons Attribution-ShareAlike 4.0 International License.