bf-ctfe 1.0.0

A CTFE BrainFuck Interpreter in D


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

bf-ctfe

Usage

enum addOne = ",+.";

import bf_executor;

static assert (execute!addOne(cast(ubyte[])"a") == cast(ubyte[])"b");

The Programm has to be a CT constant. the arguments to the programm however can be runtime values.

Authors:
  • Stefan Koch
Dependencies:
none
Versions:
1.1.0 2017-Jul-30
1.0.0 2017-Jul-30
~master 2017-Dec-08
Show all 3 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 0 downloads total

Score:
0.0
Short URL:
bf-ctfe.dub.pm