Skip to content

Basic support for the TypeOf operator

Latest
Compare
Choose a tag to compare
@FlatAssembler FlatAssembler released this 15 Dec 16:48

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

Download AECforWebAssembly