https://github.com/alextopher/bf_instrumentor
https://github.com/alextopher/bf_instrumentor
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alextopher/bf_instrumentor
- Owner: Alextopher
- License: mit
- Created: 2022-07-15T05:08:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T14:48:08.000Z (over 3 years ago)
- Last Synced: 2023-03-08T21:37:58.731Z (almost 3 years ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.