Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Run context

Latest

Choose a tag to compare

@stifskere stifskere released this 19 Jul 01:10
· 9 commits to main since this release

With this release, the run strategy is centralized.

  • Added bfptr_context which is a run context you can feed to brainfuck_on_ctx
  • Functions return a union which is bfptr_exception which has its own code and reason
  • The brainfuck function simply acts as default now.
  • The library is tested!