Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zikiflicky/ziyunsehel

A simple BrainFuck interpreter in C, that should compile and run on every machine with a C89 compliant compiler
https://github.com/zikiflicky/ziyunsehel

brainfuck c c89 esoteric-programming-language interpreter programming-language

Last synced: 23 days ago
JSON representation

A simple BrainFuck interpreter in C, that should compile and run on every machine with a C89 compliant compiler

Awesome Lists containing this project

README

        

# ZiyunSehel

A little [BrainFuck](https://en.wikipedia.org/wiki/Brainfuck) interpreter implementation written in C (C89)
that targets *all of the platforms* (works on dos!).

Right now it is capable of running BrainFuck from both a file (no heap allocation!),
and from a string.

The code should also be seperated into multiple files because it's currently
really hard to work with everything in one file.

Features I want to implement:
* Better command line option handling
* REPL
* Other things probably?