5 Ok so for character handling, I am going to need a queue. But that queue will
6 need to consist of integers for EOF purposes. Also, I will need to specially
7 key EOF and characters which are not valid in the queue, although a length
8 could work. It would be a ring buffer.