cambridgehackers / connectal

Connectal is a framework for software-driven hardware development.
MIT License
159 stars 46 forks source link

Fix key when getting typedef #177

Closed CyanoKobalamyne closed 3 years ago

CyanoKobalamyne commented 3 years ago

This fixes a typo that prevents the parsing of typedefs like TAdd#(5, SomeNumericType) where SomeNumericType is another type, not a literal number.