On Wed, Apr 8, 2009 at 6:09 PM, Noah Roberts <roberts.noah@gmail.com> wrote:

After reviewing the code it seems that all my concerns are taken care of.  It looks like it indeed iterates each individual character, not the multicharacter literals.  It also looks like iterating <'hel', 'lo w', 'orld', '!'> would be the same as iterating 'hell','o wo','rld!'>.  So pretty damn cool and some interesting techniques.

I agree with Noah.

One more question, can you point to the compiler docs which you used as reference? I am just interested to read this it for my own.


Many thanks,
Ovanes