-
Notifications
You must be signed in to change notification settings - Fork 0
optimizing brainfuck-to-C compiler
License
dasmithii/stim
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
OVERVIEW: stim is an optimizing brainfuck-to-C transpiler. QUICK START: Get rolling: python3 setup.py install Test: python3 bin/test Compile to C: stim input.bf output.c Compile to executable: stim input.bf output Run file directly: stim input.bf Run string: stim ">>>>>++++" BRAINFUCK DIALECT: Comments are C-style. You can input code with positive integers before brainfuck commands to indicate that the command should be repeated n times.
About
optimizing brainfuck-to-C compiler
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published