systemf icon indicating copy to clipboard operation
systemf copied to clipboard

a brainfuck interpreter supporting linux syscalls with an example HTTP server

Results 3 systemf issues
Sort by recently updated
recently updated
newest added

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....

help wanted