2 Commits

Author SHA1 Message Date
Dave Lyons
5eab184b85 Complete: index.py can now build a file just like the "index" external command, including compressing 16 common bytes into 5 bits. 2020-08-19 20:05:14 -07:00
Dave Lyons
198ce1c4b4 Add "index.py", which is similar to the Davex "index" command. It will construct
the INDEXED.HELP file at build time.

Work in progress. It has a few loose ends (see TODOs), and it doesn't do the traditional
compression yet (5 bits %1xxxx for the 16 most popular characters, 8 bits for the other
characters, 1..127).
2020-08-19 02:26:15 -07:00