Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
aec_linux_i686.zip | 2024-12-15 | 1.1 MB | |
aec_win64.zip | 2024-12-15 | 610.2 kB | |
aec_win32.zip | 2024-12-15 | 646.4 kB | |
aec_NodeJS_WebAssembly.zip | 2024-12-15 | 226.1 kB | |
aec_linux_x86-64.zip | 2024-12-15 | 1.1 MB | |
aec_freedos.zip | 2024-12-15 | 572.5 kB | |
Basic support for the TypeOf operator source code.tar.gz | 2024-12-15 | 240.8 kB | |
Basic support for the TypeOf operator source code.zip | 2024-12-15 | 274.2 kB | |
README.md | 2024-12-15 | 478 Bytes | |
Totals: 9 Items | 4.8 MB | 4 |
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: https://github.com/FlatAssembler/AECforWebAssembly/issues/22