keid-lang / keid

Central repository for the Keid programming language
0 stars 1 forks source link

Implement reflecting fields and methods #49

Open lucasbaizer2 opened 1 year ago

lucasbaizer2 commented 1 year ago

There needs to be a mechanism for getting and setting fields through reflection, as well as invoking methods. Additionally, the ability to reference these members and retrieve attributes and other metadata is fundamental as well.