jdeans289 / icg2

Interface Code Generator 2: Electric Boogaloo
Other
0 stars 2 forks source link

Add support for nested classes #20

Closed jdeans289 closed 12 months ago

jdeans289 commented 12 months ago

Add support and test for nested classes.

This was an easy change once the namespace support was added. Just required adding a ClassDecl case inside the ClassVisitor in ICG. No Datatypes changes were necessary.