Re: dtc: RFC: Fix some lexical problems with references

2007-12-05 Thread Josh Boyer
On Wed, 5 Dec 2007 16:34:09 -0600 Josh Boyer <[EMAIL PROTECTED]> wrote: > On Thu, 22 Nov 2007 17:10:07 +1100 > David Gibson <[EMAIL PROTECTED]> wrote: > > > The recent change to the lexer to only recognize property and node > > names in the appropriate context removed a number of lexical warts in

Re: dtc: RFC: Fix some lexical problems with references

2007-12-05 Thread Josh Boyer
On Thu, 22 Nov 2007 17:10:07 +1100 David Gibson <[EMAIL PROTECTED]> wrote: > The recent change to the lexer to only recognize property and node > names in the appropriate context removed a number of lexical warts in > our language that would have gotten ugly as we add expression support > and so f

Re: dtc: RFC: Fix some lexical problems with references

2007-11-28 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > The recent change to the lexer to only recognize property and node > names in the appropriate context removed a number of lexical warts in > our language that would have gotten ugly as we add expression support > and so forth. > > But there's one nas

Re: dtc: RFC: Fix some lexical problems with references

2007-11-26 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > The recent change to the lexer to only recognize property and node > names in the appropriate context removed a number of lexical warts in > our language that would have gotten ugly as we add expression support > and so forth. > > But there's one nas

Re: dtc: RFC: Fix some lexical problems with references

2007-11-21 Thread David Gibson
On Thu, Nov 22, 2007 at 05:10:07PM +1100, David Gibson wrote: > The recent change to the lexer to only recognize property and node > names in the appropriate context removed a number of lexical warts in > our language that would have gotten ugly as we add expression support > and so forth. > > But