Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

210 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck Extended

Repository Directory

ExamplePrograms/: Example programs of Brainfuck-Extended and a how-to file about BF-Extended are in here.
src/: The source code for the BF-Extended interpreters and compiler resides here. It is written in C and works correctly out-of-the-box on all Unix/Linux systems with the standard GNU C library.
src/Interpreter/: The source code for the interpreters is here. Written in C. The makefile included is the preferable way to compile them, but it doesn't really matter.
src/Interpreter/Deprecated/: The source code for the deprecated interpreter. If any more become deprecated, they'll be found here.
src/Compiler/: The source code for the compiler is here. Written in and compiles to C. There is a makefile in here which compiles BFE programs for you.
src/Debugger/: The python source code for the debugging engine (WIP) lies here. Not very exciting, just a slower version of the C interpreter right now.

READMEs

About

An extended version of the Brainf**k language that adds a small amount of added Features

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages