Ecosyste.ms: Awesome

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

https://github.com/Flakheads/CraneFlak

A version of the Brain-Flak interpreter written in C. Does not have all the bells and whistles the Ruby interpreter has.
https://github.com/Flakheads/CraneFlak

brain-flak c interpreter

Last synced: about 2 months ago
JSON representation

A version of the Brain-Flak interpreter written in C. Does not have all the bells and whistles the Ruby interpreter has.

Lists

README

        

# CraneFlak

---
### Description:
An interpreter for [Brain-Flak](https://github.com/DJMcMayhem/Brain-Flak) written in C.

Some differencs from the Ruby version:
* Programs can be read from stdin or provided to the interpreter via a command line flag.
Programs can also be read from a file like in the Ruby Brain-Flak interpreter
* No debug flags (yet...)
* Less specific error messages (not for long...)
* No unicode support (yet...)
* No reverse flag (yet...)
* Values overflow above `LLONG_MAX` and underflow below `LLONG_MIN`