Re: [Kicad-developers] s-expression numbers

2013-06-03 Thread Brian Sidebotham
Just wanted to say - Nice work! :) Best Regards, Brian. ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpa

[Kicad-developers] s-expression numbers

2013-05-31 Thread Dick Hollenbeck
I just added new support for numbers with exponents in the DSNLEXER class. As a result, a token that looks like any of these 1e2 123.1E-23 (E or e in it) will now look like a number token to the lexer. This has the possibility to cause the board parser to puke, and likely will smoke out the