home .. forth .. colorforth mail list archive ..

Re: Re(2): [colorforth] merging dictionaries


On Mon, 16 Jun 2003, Arthur W. Green wrote:

> >The way I had it, macros were searched for by adding a one to the name.
> >But this is interesting new direction to treat names the same in the same
> >dictionary. [..]
> >
> You are using a vector to limit searches to specific lists of words
> ("vocabularies") in a single dictionary?

I only changed the implementation of colorForth's two dictionary search. I
put names in the same array and distinguish macros by '1' at bit 0. This
can be done since names only require 28 bits.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: colorforth-unsubscribe@xxxxxxxxxxxxxxxxxx
For additional commands, e-mail: colorforth-help@xxxxxxxxxxxxxxxxxx
Main web page - http://www.colorforth.com