svengeance / Husky

Modernizing the way developers think about installers
3 stars 0 forks source link

Feature/feature dictify #34

Closed svengeance closed 3 years ago

svengeance commented 3 years ago

Fixes #25 Fixes #12

This introduces the Dictify generator. Using it, we can marshal objects to and from dictionaries at runtime, which is an alternative to reflection.

Pending cleanup - need to go through the files and make sure no dangling experiments were introduced.

Tests pass. :3

svengeance commented 3 years ago

This also fixes #20