systemf
systemf copied to clipboard
a brainfuck interpreter supporting linux syscalls with an example HTTP server
Originally the code only closed the fd for the connection but not for the file. I'm running this code in prod and it ran out of fds fairly quickly. This...
Does this have support for accessing additional command line args from the brainfuck program? For example ```bash $ ./systemf program.bf arg1 arg2 arg3 ```
We're currently using this as our production HTTP server :wink:. Since tape overflowing is implemented correctly, if you increment a cell that holds 255, it will wrap back to 0....
This update introduces a GitHub Actions workflow to automate the building and releasing of binaries for multiple systems, including Ubuntu, Debian, and Arch/Manjaro. Additionally, the installation step description for Debian...
Most people don't want to build it from scratch, so how about maybe building it from scratch for a few systems (Ubuntu, Arch, Manjaro, etc.) and putting it in Releases...