jzbrooks / vgo

vector graphic optimization
MIT License
43 stars 2 forks source link

Structure attributes in intermediate representation #37

Closed jzbrooks closed 3 years ago

jzbrooks commented 3 years ago

Attributes need to have a more structured representation in the IR classes. Attributes foreign to the IR will be elided in the conversion process.

In support of #36