WNZP5NXYZYP5TFMKQZRLPT6UXBNBNYXLBWWZL5DQDRCM7ZWZ5CJAC Pijul, but written in C for no fun and absolutely no profit.
Pijul, written in C. I only do this to learn the fundamentals of how Pijul isput together, and a distant secondary goal is to create an alternateimplementation to provide a point of comparison with the Rust implementation.Code style----------
Include files~~~~~~~~~~~~~Simple rule: include files should never include include files. Instead theystate (in comments or implicitly) what files they need to have included first,the problem of deciding which files to include is pushed to the user.[ the above is listed straight from pikestyle, see [pikestyle] ]