Re: [Kicad-developers] Proposed Recursive Descent s-expression Parser Design Pattern

2011-01-19 Thread Dick Hollenbeck
On 01/18/2011 02:07 PM, Wayne Stambaugh wrote: On 1/18/2011 10:11 AM, Dick Hollenbeck wrote: I am proposing the following design pattern for the PARSER and LEXER used with the TokenList2DsnLexerl.cmake technology. This is a change I am volunteering to make, but wanted to see if anyone had any

[Kicad-developers] Proposed Recursive Descent s-expression Parser Design Pattern

2011-01-18 Thread Dick Hollenbeck
I am proposing the following design pattern for the PARSER and LEXER used with the TokenList2DsnLexerl.cmake technology. This is a change I am volunteering to make, but wanted to see if anyone had any objections or improvements first. New Design Pattern: == Let: class object

Re: [Kicad-developers] Proposed Recursive Descent s-expression Parser Design Pattern

2011-01-18 Thread Wayne Stambaugh
On 1/18/2011 10:11 AM, Dick Hollenbeck wrote: I am proposing the following design pattern for the PARSER and LEXER used with the TokenList2DsnLexerl.cmake technology. This is a change I am volunteering to make, but wanted to see if anyone had any objections or improvements first. Dick,