Skip to content

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

License

Notifications You must be signed in to change notification settings

Flakheads/CraneFlak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CraneFlak


Description:

An interpreter for 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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published