Namespace proposal for compile time intrinsics
There will be quite a bit of code duplication for populating value
in the Body visitor and Symbol table visitor.
I was thinking roughly of something like:
namespace LFortran {
namespace ASR {
namespace intrin {
ASR::expr_t * tiny(Vec<ASR::expr_t*> args);
}
}
}