bf-ctfe ~master
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.
- Registered by Stefan Koch
- ~master released 7 years ago
- UplinkCoder/bf-ctfe
- BSL-1.0
- Copyright © 2016, Stefan Koch
- Authors:
- Dependencies:
- none
- Versions:
-
1.1.0 2017-Jul-30 1.0.0 2017-Jul-30 ~master 2017-Dec-08 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
16 downloads total
-
- Score:
- 1.0
- Short URL:
- bf-ctfe.dub.pm