Update README

laumann
Aug 29, 2022, 9:36 PM
WNZP5NXYZYP5TFMKQZRLPT6UXBNBNYXLBWWZL5DQDRCM7ZWZ5CJAC

Dependencies

Change contents

  • replacement in README at line 4
    [3.41][3.41:102]()
    Pijul, but written in C for no fun and absolutely no profit.
    [3.41]
    [3.102]
    Pijul, written in C. I only do this to learn the fundamentals of how Pijul is
    put together, and a distant secondary goal is to create an alternate
    implementation to provide a point of comparison with the Rust implementation.
    Code style
    ----------
  • edit in README at line 15
    [2.1]
    [2.1]
    Include files
    ~~~~~~~~~~~~~
    Simple rule: include files should never include include files. Instead they
    state (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] ]
  • edit in README at line 26
    [2.13]
    [2.13]
    [pikestyle]: http://doc.cat-v.org/bell_labs/pikestyle
  • edit in README at line 32
    [2.174][2.174:215]()
    http://doc.cat-v.org/bell_labs/pikestyle