vikkous wrote: >>I can also contribute a few pieces of code that I think that are hard >>to lex properly if you are interested. > > Oh! That would be lovely. Weird syntax, obscure syntax, new syntax, > twisted, devious, mutant syntax, I want it all for my menagerie. Ha... I'll see if I can dig up anything. In the meantime, one of my favorites is an expression containing a string that contains an interpolated expression that contains a string containing another interpolated expression: x = "Hi, my name is #{"Slim #{rand(4)>2?"Whitman":"Shady"}"}." Hal