b-decoded icon indicating copy to clipboard operation
b-decoded copied to clipboard

arthur whitney's b interpreter translated into a more traditional flavor of C

Results 2 b-decoded issues
Sort by recently updated
recently updated
newest added

https://github.com/tlack/b-decoded/blob/3c21a33a5c3f5d39f75014e10f875fe830a8b326/a.c?_pjax=%23repo-content-pjax-container#L16 It works because ZJ is defined as "static": https://github.com/tlack/b-decoded/blob/3c21a33a5c3f5d39f75014e10f875fe830a8b326/c.h?_pjax=%23js-repo-pjax-container%2C%20div%5Bitemtype%3D%22http%3A%2F%2Fschema.org%2FSoftwareSourceCode%22%5D%20main%2C%20%5Bdata-pjax-container%5D#L25

Hey, I've started trying to decode it myself. My repo is [here](https://github.com/hoosieree/b). I was able to compile and run b on an Ubuntu 16.04 vm using GCC, using the code...