Reflection is in!

Hi, Ok, it’s still a bit WIP, but the core of the reflection system is now in! It introduces 3 new ‘builtin’ types: Variant – a ‘boxing’ type that lets you set/get/invoke variables etc in a uniform way. TypeInfo – that lets you inspect the names, kinds and decls of a type at runtime. DeclInfo … Continue reading Reflection is in!