Re: [Kicad-developers] How to apply new language ?

2011-01-18 Thread Dick Hollenbeck
Thanks JP, I followed to your advice and finally I succeeded to apply Japanese to KiCad ! Some time ago, I pushed my commit to lp:~kicad-developers/kicad/doc. Perhaps I damaged to French translation (JP's previous commit).. I'm very sorry... I should study for Bazaar. Use BZR's 'commit',

[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,