Skip to content

nikeee/Brainfuck.NET

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Brainfuck.NET Travis Build Status Windows Build Status

Compiles Brainfuck code to a .NET CIL executable.

usage:

bfnet infile.bf outfile.exe

You can also reference the generated exe from other CIL languages. Every generated exe exposes a function void BrainfuckApplication.Run(string[]). Of course, the string[] is pretty useless here.

About

Compiles Brainfuck code to a .NET CIL executable.

Resources

Stars

Watchers

Forks

Packages

No packages published