feature/reflection
The code should be able to see the code at-runtime and modify its behaviour.
Reflection can be done:
- using a generic feature/attribute-grammar based API
- using the same paradigm, syntax and semantic of the source
The code should be able to see the code at-runtime and modify its behaviour.
Reflection can be done: