Skip to content

dasmithii/stim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published