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: 5 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.
- Host: GitHub
- URL: https://github.com/Flakheads/CraneFlak
- Owner: Flakheads
- License: mit
- Created: 2016-09-10T16:49:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T15:37:42.000Z (over 7 years ago)
- Last Synced: 2024-08-03T18:16:20.193Z (9 months ago)
- Topics: brain-flak, c, interpreter
- Language: C
- Size: 20.5 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - CraneFlak
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`