summaryrefslogtreecommitdiff
path: root/gerber
AgeCommit message (Collapse)AuthorFilesLines
2013-12-19Very ugly but concept proof SVG render.Paulo Henrique Silva1-22/+138
First images on first-light directory. Not a single minute spent on visual quality, just proving that it is improving.
2013-12-18Improved AD param parsing and other nicities.Paulo Henrique Silva1-113/+84
* AD parsing is improved and simplified. All modifiers are now parsed and splitted. * Refactor to remove token notation. It is not a token it is a statement. * Added simple json export
2013-12-18Significantly improved parsing.Paulo Henrique Silva1-43/+302
* Parsing complete for most of the non-deprecated gerber specification. * Initial evaluation machine in place, but no useful result yet.
2013-12-18Refactor function mathcing.Paulo Henrique Silva1-19/+39
Make match functions that returns dict or lists of dicts to prepare for statement creation.
2013-12-18Make PEP-8 clean.Paulo Henrique Silva1-13/+19
2013-12-18Make gerber packagePaulo Henrique Silva2-0/+129