Argmaster / pygerber

Python implementation of Gerber X3/X2 standard with 2D rendering engine.
https://argmaster.github.io/pygerber/stable
MIT License
55 stars 10 forks source link

Merge State / Context classes and make them mutable #246

Closed Argmaster closed 2 months ago

Argmaster commented 4 months ago

Because of Parser2 design it may be possible to make State / Context classes less fragmented and mutable to avoid complexity implicated by immutability of state. Needs to be checked though.