I've added the basic support for the TypeOf
operator, that returns the type of the expression as a string. However, there is a caveat: the compiler crashes under certain conditions if you use TypeOf
with the structure pointers. See this GitHub issue for more details: #22