Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 237 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 237 Bytes

bf-lib

A simple library to run brainfuck code

An example binary is included

TODO

  • Stop infinite loops Not detectable, have a timeout.
  • Return error if the input isn't long enough while doing the first pass, not at runtime