bobjervis / parasol

The Parasol Language and related core development tools
Apache License 2.0
2 stars 2 forks source link

Implement reflection #24

Open bobjervis opened 8 years ago

bobjervis commented 8 years ago

Full reflection goes beyond the basic ability to identify the class of a runtime variable and its class hierarchy. THis allows for complete runtime review of compile time symbol tables as well as dynamic interaction with functions and objects through the symbol table.