An open API service indexing awesome lists of open source software.

https://github.com/alextopher/bf_instrumentor


https://github.com/alextopher/bf_instrumentor

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# bf_instrumentor

The goal of the project is to provide an interface to run, test, and profile BF code.

At first, the project will call an interpreter. Eventually, it will make use of a compiler that generates a shared library that can be loaded and executed at runtime.

## Disclaimer

The public API of this project is not stable yet. This project currently only exists as my testing harness for [bfjoy](https://github.com/Alextopher/bfjoy). If you would like to contribute to this project or if you would like the API stabilized please leave an issue.