Clarify the status of chars.bf and chars2.bf.
Chris Pressey
4 years ago
52 | 52 | [cascade.bf](cascade.bf) CC0 Chris Pressey 7/20/97 Like copyme.bf, but continues to replicate itself. |
53 | 53 | |
54 | 54 | [chars.bf](chars.bf) Kalyna Zazelenchuk 1/1/93 Generates a printable ASCII table, with characters and corresponding codes in decimal, from 34 to 127. |
55 | ||
56 | [chars2.bf](chars2.bf) ??? ?/?/9? Modified version of chars.bf that was distributed as chars.bf for the longest time. Outputs all chars on 1 line. Program is 3 rows tall instead of 2. Unclear who made these modifications, or why. | |
57 | ||
58 | [chars3.bf](chars3.bf) Chris Pressey 5/29/118 Modified version of chars2.bf that does not use stringmode and thus can be compiled by bef2c. | |
55 | 59 | |
56 | 60 | [copyme.bf](copyme.bf) CC0 Wim Rijnders 6/5/97 Program which reproduces itself in Befunge-space. |
57 | 61 |