My recent project needs fixed point float, it would be nice to have AngelScript support custom literal, e.g. 3.14f32 to define fixed32 literal constant. I've noticed that some people already suggested this feature in To-Do list a decade ago.I'm investigating the compiler of AngelScript and trying to add something like user-defined literals of C++ (operator""_suffix).My currently planned solution is to add new behaviors asBEHAVE_LITERAL_CONSTRUCT/F