readme (626B)
1 Port of original proquint implementation to Plan9 OS. 2 3 Porting was surprisingly easy, for "library" code the only thing that 4 had to be done is fixing types. "main" code was almost fully 5 rewritten using built-in string-to-integer function. Input format 6 changed slightly as a result. 7 8 Other things done are style changes, replacing spaces with tabs, 9 removing empty lines, and I also took libery of removing 10 authorship-related comments due to personal aesthetic tastes. License 11 file and this readme are good enough I believe. 12 13 Original code: https://github.com/dsw/proquint 14 Original proposal: https://arxiv.org/html/0901.4016