Re: Reordering dictionary. Does it harm?
"Ray St. Marie" <[email protected]>
| Newsgroups | gmane.comp.lang.forth.colorforth |
|---|---|
| Message-ID | <[email protected]> |
On 12/31/06, Albert van der Horst <[email protected]> wrote: > As you all know I have a disassembly of the original colorforth > on my ftp site. (Go to my link below, than click ftp. ) > > The reassembled colorforth has one discrepancy with the original. > The Huffman and execution arrays sit still in two parallel arrays. > However these arrays contains words in the same order as they > are defined in the code, (because automatically generated.). > This is different than in the original. > > So the question is: > does reordering the dictionary any harm? Hi Albert, Ray here. So long as dependancy is maintained, I can't imagine any other way the order of words in the dictionary effects anything. > Groetjes Albert > Ray.