Currently its partially hard coded into the tokenizer, how ever ideally we would convert this into something else. the main problem is that it has extremely odd syntax, so it might be ultimately better to just support macro arguments? however the down side with this would be then we need to actually allow for arguments in macros. because ultimately the nameof(abc) litterally just gets compiled into "abc"
worth further considering.
Currently its partially hard coded into the tokenizer, how ever ideally we would convert this into something else. the main problem is that it has extremely odd syntax, so it might be ultimately better to just support macro arguments? however the down side with this would be then we need to actually allow for arguments in macros. because ultimately the
nameof(abc)litterally just gets compiled into"abc"worth further considering.