dfuck ~master
An optimized brainfuck interpreter and compiler.
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:
dfuck
An optimized brainfuck interpreter and compiler.
Usage
dfuck [options] <source>
Argument
The brainfuck file to be run.
Options
Flag | Abbreviation | Description ---- | ------------ | ----------- -only-compile | -oc | Compile a brainfuck file and generate an executable. -compile-run | -cr | Compile and run a brainfuck file. -interpret | -i | Interpret a brainfuck file. -intermediate <file> | -ir | Specifies a file to ouput IR code to. -graph <file> | -g | Specifies a file to output CFG DOT to. -compiler <which> | -c | The compiler to use. Must be one of: gcc. Defaults to gcc.
- Registered by James King
- ~master released 4 years ago
- Yevano/dfuck
- proprietary
- Authors:
- Dependencies:
- darg
- Versions:
-
1.0.0 2018-Dec-21 ~master 2018-Dec-28 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
9 downloads total
-
- Score:
- 0.6
- Short URL:
- dfuck.dub.pm